We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b62c8 commit 4f3b627Copy full SHA for 4f3b627
.github/workflows/ci.yml
@@ -25,5 +25,5 @@ jobs:
25
- name: Install dependencies
26
run: pnpm install
27
28
- - name: Run lint command
29
- run: pnpm lint
+ - name: Biome check
+ run: pnpm check
0 commit comments