Create hassfest.yaml

This commit is contained in:
Ron
2024-01-02 13:57:02 +01:00
committed by GitHub
parent 1029e21e23
commit 65720791c2

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@v3"
- uses: home-assistant/actions/hassfest@master