Skip to content

HACS Validation

HACS Validation #400

Workflow file for this run

name: HACS Validation
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 2 * * *"
jobs:
hacs:
name: HACS Validation
runs-on: "ubuntu-latest"
steps:
- name: HACS Validation
uses: "hacs/action@main"
with:
category: "integration"