Skip to content

Merge pull request #42 from ufozone/dependabot/github_actions/actions… #474

Merge pull request #42 from ufozone/dependabot/github_actions/actions…

Merge pull request #42 from ufozone/dependabot/github_actions/actions… #474

Workflow file for this run

name: Validate with hassfest
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- "main"
pull_request:
branches:
- "main"
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"