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): install just cli, not all deps as not needed
Signed-off-by: karan-palan <[email protected]>
  • Loading branch information
Karan-Palan committed Sep 1, 2025
commit ff0b07650c361213b08f3163575b0bd36e2bfbdc
4 changes: 2 additions & 2 deletions .github/workflows/jsonschema-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Install JSON Schema CLI
run: npm install @sourcemeta/[email protected]
- name: Lint JSON Schemas
run: npx jsonschema lint rulesets/schemas
- name: Fix JSON Schema issues
Expand Down
Loading