Create main.yml

This commit is contained in:
htmltiger 2021-12-01 16:52:10 +00:00 committed by GitHub
parent 8d420394c7
commit c23a808166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/main.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"