diff options
author | 2022-10-31 23:29:31 -0700 | |
---|---|---|
committer | 2022-11-01 14:29:31 +0800 | |
commit | 2f8c9a98cc8cced93a5c2bc439a06c61db94729d (patch) | |
tree | 6e6a41d95f8fc9171f19f3b0fec9e0970f3edd7d | |
parent | 37d664e26262f8e1026a31dcd4fcb251097dd90c (diff) | |
download | astro-2f8c9a98cc8cced93a5c2bc439a06c61db94729d.tar.gz astro-2f8c9a98cc8cced93a5c2bc439a06c61db94729d.tar.zst astro-2f8c9a98cc8cced93a5c2bc439a06c61db94729d.zip |
ci: fix prettier arg (#5263)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21bc4ac92..1c935310a 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: |