Merge pull request #36 from tjorim/patch-2

Create hassfest.yml
This commit is contained in:
Tomaae 2020-04-17 19:23:10 +02:00 committed by GitHub
commit ae4f11f6bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/hassfest.yml 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