Skip to content

Commit 4b414b6

Browse files
committed
modify ci.yml
1 parent f694985 commit 4b414b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: yarn exec tsc --noEmit
3535

3636
- name: Run format check
37-
run: yarn exec biome format ./src --check
37+
run: yarn exec biome check ./src --formatter-enabled=true --linter-enabled=false
3838

3939
- name: Build application
4040
run: yarn build

0 commit comments

Comments
 (0)