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 6b3e3cd commit 3df760e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
node-version: "16.x"
- name: Install dependencies
run: |
npm install -g prettier jsonschema-cli
- name: Check mods file is valid
run: |
validateJson -d crashes.json -s https://json-schema.org/draft/2020-12/schema
npm install -g prettier
- name: Check Prettier
run: |
npx prettier **/*.json --check
Expand Down

0 comments on commit 3df760e

Please sign in to comment.