Skip to content

Commit

Permalink
Add hassfest action (#22)
Browse files Browse the repository at this point in the history
* Add hassfest action

* Fix manifest issue
  • Loading branch information
ludeeus authored Apr 16, 2020
1 parent 48eb57e commit d408fbe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions custom_components/blueprint/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"requirements": [
"sampleclient",
"integrationhelper"
],
"homeassistant": "0.96.0"
]
}

0 comments on commit d408fbe

Please sign in to comment.