Skip to content

Validate using HACS #471

Validate using HACS

Validate using HACS #471

Workflow file for this run

name: Validate using HACS
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
schedule:
- cron: "0 0 * * *"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"