Skip to content

Commit

Permalink
ci: fix Prettier check in CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Oct 6, 2023
1 parent 1c65ac4 commit 7ca504b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: yarn lint

- name: Run Prettier check
run: yarn prettier
run: yarn format

- name: Run TypeScript type check
run: yarn check-types
Expand Down

0 comments on commit 7ca504b

Please sign in to comment.