Skip to content

Validate for HACS #1520

Validate for HACS

Validate for HACS #1520

Workflow file for this run

---
# SPDX-FileCopyrightText: 2021 Andrew Grimberg <tykeal@bardicgrove.org>
# SPDX-License-Identifier: Apache-2.0
name: Validate for HACS
# yamllint disable-line rule:truthy
on:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"