diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21bc4ac924b9..1c935310a15c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: