Files
ha-elegoo-spaghetti-detection/.github/workflows/hassfest.yaml
T
2026-05-03 23:47:54 +03:00

21 lines
320 B
YAML

name: Validate with hassfest
on:
push:
tags-ignore:
- "v*"
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: home-assistant/actions/hassfest@master