Add hassfest action (#22)

* Add hassfest action

* Fix manifest issue
This commit is contained in:
Joakim Sørensen 2020-04-16 23:07:50 +02:00 committed by GitHub
parent 48eb57ef70
commit d408fbec4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 2 deletions

14
.github/workflows/hassfest.yaml vendored Normal file
View 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

View File

@ -10,6 +10,5 @@
"requirements": [
"sampleclient",
"integrationhelper"
],
"homeassistant": "0.96.0"
]
}