add hassfest

This commit is contained in:
Andrey
2020-12-29 10:06:22 +03:00
parent a6ff177577
commit cc122cf98b
3 changed files with 30 additions and 8 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