parent
48eb57ef70
commit
d408fbec4a
14
.github/workflows/hassfest.yaml
vendored
Normal file
14
.github/workflows/hassfest.yaml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: Validate with hassfest
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: "actions/checkout@v2"
|
||||
- uses: home-assistant/actions/hassfest@master
|
@ -10,6 +10,5 @@
|
||||
"requirements": [
|
||||
"sampleclient",
|
||||
"integrationhelper"
|
||||
],
|
||||
"homeassistant": "0.96.0"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user