woeterman94/JSON Validator typescript action

Validate JSON files in a repository, optionally against a JSON schema

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
folderFolder location to scan for JSON files (defaults to repository root)no.
schemaPath to JSON schema file for validation (optional)no""
ignoreGlob patterns to ignore (comma or newline separated). Defaults to node_modules, dist, lib, and .gitno**/node_modules/**, **/dist/**, **/lib/**, **/.git/**
fail-on-invalidWhether to fail the action when invalid JSON files are found (default: true)notrue
namedescription
valid-filesNumber of valid JSON files found
invalid-filesNumber of invalid JSON files found