Skip to content

HACS Validation

HACS Validation #141

name: HACS Validation
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
validate:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.2
- uses: hacs/action@22.5.0
with:
category: integration
github_token: ${{ secrets.GITHUB_TOKEN }}