Skip to content

Validate with hassfest #260

Validate with hassfest

Validate with hassfest #260

name: Validate with hassfest
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
validate:
continue-on-error: true # Allow this job to fail without failing the workflow.. as it doesnt like everything is in the root dir
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "home-assistant/actions/hassfest@master"