Skip to content

Commit

Permalink
[chore] Update the json_validate.yml for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chicrock committed Sep 12, 2024
1 parent 95cc54d commit 0aadc7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/json_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
node-version: '20'

- name: Install jsonlint
run: npm install -g jsonlint
run: npm install -g @prantlf/jsonlint

- name: Lint JSON files
run: |
jsonlint ./**/*.json -q
jsonlint ./ -q

0 comments on commit 0aadc7b

Please sign in to comment.