Add hassfest validation action
Some checks failed
Validate / Hassfest (push) Failing after 19s

This commit is contained in:
2026-01-31 01:39:28 +03:00
parent 91c30e086d
commit 950fe0fd91

16
.github/workflows/validate.yaml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Validate
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
hassfest:
name: Hassfest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: home-assistant/actions/hassfest@master