Add HACS validation

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

19
.github/workflows/hacs.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Validate with HACS
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions: {}
jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"