Skip to content

Commit

Permalink
Fix Prettier CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns committed Aug 22, 2024
1 parent 4cd3e21 commit 654f25a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ jobs:
with:
node-version: ">=18.x"

- name: Install dependencies
run: npm install

- name: Run Prettier
run: npm run prettier
run: npx prettier . --check

test:
name: Run Tests
Expand Down

0 comments on commit 654f25a

Please sign in to comment.