Files
validate-json-by-json-schem…/.gitea/workflows/ci.yaml
Timo Behrendt eff4f8b648
Some checks failed
CI / Dry-Run (pull_request) Failing after 12s
remove node test
2025-10-03 13:52:31 +02:00

20 lines
375 B
YAML

name: CI
on:
pull_request:
jobs:
dry-run:
name: Dry-Run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Validate JSON, using a valid file
uses: ./
with:
json-file: test/valid.json
- name: Validate JSON, using an invalid file
uses: ./
with:
json-file: test/invalid.json