add hassfest validation

This commit is contained in:
@RubenKelevra 2021-08-01 17:48:31 +02:00 committed by GitHub
commit 523ddb17d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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