Skip to content

Validate for HACS

Validate for HACS #542

name: Validate for HACS
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
hacs-validate:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v3.0.2
- name: 🏃 HACS validation
uses: "hacs/action@main"
with:
category: "appdaemon"