Skip to content

Commit

Permalink
hassfest
Browse files Browse the repository at this point in the history
  • Loading branch information
iesus committed Nov 5, 2020
1 parent 7910233 commit d19a8c9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 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
6 changes: 3 additions & 3 deletions custom_components/resrobot/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"domain": "resrobot",
"name": "resrobot",
"documentation": "",
"dependencies": [],
"after_dependencies": ["http", "rest"],
"codeowners": ["@iesus"],
"requirements": []
"requirements": [],
"issue_tracker": "https://github.com/TekniskSupport/home-assistant-resrobot/issues",
"documentation": "https://github.com/TekniskSupport/home-assistant-resrobot/blob/master/info.md"
}

0 comments on commit d19a8c9

Please sign in to comment.