Skip to content

Validate HACS Integration #25

Validate HACS Integration

Validate HACS Integration #25

Workflow file for this run

name: Validate HACS Integration
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
validate-hacs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: HACS Validation
uses: hacs/action@main
with:
category: "integration"