Skip to content

HACS Validation

HACS Validation #67

Workflow file for this run

name: HACS Validation
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: HACS validation
uses: hacs/action@main
with:
category: "integration"