Skip to content

Commit 01fc15a

Browse files
committed
ci(check.yml): remove unnecessary argument of biome
1 parent 2215de3 commit 01fc15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Biome
8181
if: ${{ !cancelled() && steps.install.outcome == 'success' }}
82-
run: bun run biome ci --error-on-warnings .
82+
run: bun run biome ci --error-on-warnings
8383

8484
- name: tsc (source)
8585
if: ${{ !cancelled() && steps.install.outcome == 'success' }}

0 commit comments

Comments
 (0)