Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Fix tests (#575)

Fix tests (#575) #2678

Workflow file for this run

name: Validate with hassfest
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4"
- name: "Run hassfest validation"
uses: "home-assistant/actions/hassfest@master"