Create hassfest.yaml

This commit is contained in:
GyroGearl00se
2025-02-19 00:02:19 +01:00
committed by GitHub
parent 6fa20da1d4
commit 6fcda73e87

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