Skip to content

Commit bf5f928

Browse files
committed
ci: fix biome command
1 parent ff0cf9c commit bf5f928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: "Lint Source"
7979
if: matrix.os != 'windows-latest'
80-
run: bunx exec biome ci
80+
run: bunx biome ci
8181

8282
- name: "Build Source"
8383
run: bun run --if-present build

0 commit comments

Comments
 (0)