ci: try to fix format checker
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Lint
|
||||
run: pnpm lint
|
||||
- name: Formatting
|
||||
run: pnpm format:check
|
||||
run: pnpm format:check --ignore-path .prettierignore
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user