Skip to content

Validate with hassfest #45

Validate with hassfest

Validate with hassfest #45

Workflow file for this run

name: Validate with hassfest
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
validate:
runs-on: "ubuntu-latest"
if: github.event_name != 'schedule' || github.ref == 'refs/heads/main'
steps:
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"