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

24 lines
365 B
YAML

name: Validate
on:
push:
tags-ignore:
- "v*"
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
contents: read
jobs:
validate-hacs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: HACS validation
uses: hacs/action@main
with:
category: integration