Add hassfest validation

This commit is contained in:
Paulus Schoutsen 2020-04-16 16:02:51 -07:00 committed by Thomas Lovén
parent 37e731be40
commit 908f58efe9

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