We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c4f6b commit cd31a56Copy full SHA for cd31a56
.github/workflows/pr.yaml
@@ -47,5 +47,5 @@ jobs:
47
48
- name: Run lint & ts:check
49
run: |
50
- pnpm lint
+ pnpm biome check . --log-level=error
51
pnpm ts:check
0 commit comments