Skip to content

Validate

Validate #33

Workflow file for this run

name: Validate
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
validate-hacs:
runs-on: "ubuntu-latest"
if: github.event_name != 'schedule' || github.ref == 'refs/heads/main'
steps:
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"