This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openjibo-haint-old/.github/workflows/hassfest.yml
Zane V 7598bb22ca
Some checks failed
Validate with hassfest / validate (push) Has been cancelled
Validate / validate-hacs (push) Has been cancelled
add hassfest validation
2026-05-17 21:30:32 -04:00

14 lines
241 B
YAML

name: Validate with hassfest
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: home-assistant/actions/hassfest@master