Skip to content

Commit

Permalink
Update format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest authored Jul 4, 2024
1 parent 4ba0e65 commit 6b3e3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm install -g prettier jsonschema-cli
- name: Check mods file is valid
run: |
validateJson -d crashes.json
validateJson -d crashes.json -s https://json-schema.org/draft/2020-12/schema
- name: Check Prettier
run: |
npx prettier **/*.json --check
Expand Down

0 comments on commit 6b3e3cd

Please sign in to comment.