Skip to content

Validate

Validate #18

Workflow file for this run

name: Validate
on:
push:
pull_request:
schedule:
- cron: "0 6 * * *"
jobs:
hassfest:
name: hassfest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: home-assistant/actions/hassfest@master
hacs:
name: HACS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: hacs/action@main
with:
category: integration
# Skip the brands check: it's required for the public HACS store, not
# for custom-repository installs. Drop this if submitting to the store.
ignore: brands