Add hassfest

This commit is contained in:
Aiden 2025-07-24 16:21:36 -05:00 committed by GitHub
parent 23177f2abf
commit e6e7b08811
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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