Skip to content

Validate Hacs

Validate Hacs #223

Workflow file for this run

name: Validate Hacs
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
schedule:
- cron: "0 0 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4.2.2"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "plugin"