From fd01691f9231861502c145f418f49e8c5525d207 Mon Sep 17 00:00:00 2001 From: Michael Rienstra Date: Mon, 31 Oct 2022 10:22:20 -0700 Subject: [PATCH] ci: fix prettier arg --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: