mirror of
https://github.com/junkfix/config-editor.git
synced 2025-09-07 18:11:30 +02:00
Update main.yml
This commit is contained in:
parent
dae326f4bb
commit
ef5e630c60
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
|
@ -3,8 +3,21 @@ name: Validate with hassfest
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
env:
|
||||||
|
DEFAULT_PYTHON: 3.8
|
||||||
jobs:
|
jobs:
|
||||||
|
hacs:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: HACS
|
||||||
|
steps:
|
||||||
|
- name: Check out the repository
|
||||||
|
uses: "actions/checkout@v2.4.0"
|
||||||
|
|
||||||
|
- name: HACS validation
|
||||||
|
uses: "hacs/action@21.11.0"
|
||||||
|
with:
|
||||||
|
category: "integration"
|
||||||
|
|
||||||
hassfest:
|
hassfest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Hassfest
|
name: Hassfest
|
||||||
|
|
Loading…
Reference in a new issue