Skip to content

Commit

Permalink
ci: fix prettier arg (#5263)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrienstra authored Nov 1, 2022
1 parent 37d664e commit 2f8c9a9
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 @@ -72,7 +72,7 @@ jobs:
# Checks that the formatter runs successfully on all files
# In the future, we may have this fail PRs on unformatted code
- name: Format Check
run: pnpm run format --list
run: pnpm run format --check

# Build primes out build caches for Turbo
build:
Expand Down

0 comments on commit 2f8c9a9

Please sign in to comment.