0
Fork 0
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:
Michael Rienstra 2022-10-31 23:29:31 -07:00 committed by GitHub
parent 37d664e262
commit 2f8c9a98cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: