Files
2026-06-22 12:47:04 +02:00

17 lines
305 B
YAML

name: Check Schema
on:
pull_request:
paths:
- 'index/**.toml'
jobs:
check:
uses: ./.github/workflows/check-with-script.yml
with:
name: Schema
script: check-schema.sh
script_arg: alire/schemas/manifest-schema.yaml
setup_python: true
fetch_schema: true