mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
ci: fix prettier arg (#5263)
This commit is contained in:
parent
37d664e262
commit
2f8c9a98cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue