Files
RelayTV-HA/.gitea/workflows/validate.yml
T
mark a1da517b4e
Hassfest / hassfest (push) Failing after 48s
Tests / test (push) Successful in 3m15s
Validate / validate-repository (push) Successful in 3s
ci: migrate workflows and releases to Gitea
2026-07-23 22:21:41 -05:00

20 lines
330 B
YAML

name: Validate
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
validate-repository:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate integration repository structure
run: python3 scripts/validate-repository.py