We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f694985 commit 4b414b6Copy full SHA for 4b414b6
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
run: yarn exec tsc --noEmit
35
36
- name: Run format check
37
- run: yarn exec biome format ./src --check
+ run: yarn exec biome check ./src --formatter-enabled=true --linter-enabled=false
38
39
- name: Build application
40
run: yarn build
0 commit comments