Skip to content

Chore: pre-commit autoupdate #1981

Chore: pre-commit autoupdate

Chore: pre-commit autoupdate #1981

Workflow file for this run

---
# SPDX-FileCopyrightText: 2021 Andrew Grimberg <[email protected]>
# SPDX-License-Identifier: Apache-2.0
name: Validate with hassfest
# yamllint disable-line rule:truthy
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
validate-hassfest:
runs-on: "ubuntu-latest"
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: home-assistant/actions/hassfest@master