Validate for HACS #1520
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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" |