Create hassfest.yaml

This commit is contained in:
smkrv
2024-11-14 18:25:30 +03:00
committed by GitHub
parent b429fa01bd
commit 95b2efd118
+14
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