Skip to content

HACS Validation

HACS Validation #227

Workflow file for this run

name: HACS Validation
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
permissions:
contents: read
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS Action
uses: "hacs/action@22.5.0"
with:
category: "integration"