Files
validate-json-by-json-schem…/action.yml
T
t.behrendt 8bff9b658d
CI / Dry-Run (pull_request) Failing after 5s
CI / Test (pull_request) Successful in 12s
CI / Check Dist (pull_request) Successful in 10s
refactor: to node action
2026-06-27 13:43:05 +02:00

13 lines
283 B
YAML

name: "Validate JSON by JSON Schema"
description: "Validates JSON files using their $schema reference"
author: "Timo Behrendt <t.behrendt@t00n.de>"
inputs:
json-file:
description: "The JSON file to validate"
required: true
runs:
using: "node24"
main: "dist/index.js"