Skip to content

HACS

HACS #1095

Workflow file for this run

# https://github.com/hacs/action
name: HACS
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
validate:
runs-on: "ubuntu-latest"
name: HACS
steps:
- uses: "actions/checkout@v2"
- name: HACS validation
uses: "hacs/action@main"
with:
ignore: "brands"
category: "integration"