Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(ci): continue-on-error set to true to fix schemas
Signed-off-by: karan-palan <karanpalan007@gmail.com>
  • Loading branch information
Karan-Palan committed Sep 1, 2025
commit 7c061e1c661c0707d0fc8610c84216959e6dbd2c
1 change: 1 addition & 0 deletions .github/workflows/jsonschema-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: npm install @sourcemeta/jsonschema@11.5.1
- name: Lint JSON Schemas
run: npx jsonschema lint rulesets/schemas
continue-on-error: true
- name: Fix JSON Schema issues
run: npx jsonschema lint rulesets/schemas --fix
- name: Commit fixes
Expand Down
Loading