Skip to content

CI: Enable dependabot and update REUSE compliance #1502

CI: Enable dependabot and update REUSE compliance

CI: Enable dependabot and update REUSE compliance #1502

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"