We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0cf9c commit bf5f928Copy full SHA for bf5f928
.github/workflows/bun.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: "Lint Source"
79
if: matrix.os != 'windows-latest'
80
- run: bunx exec biome ci
+ run: bunx biome ci
81
82
- name: "Build Source"
83
run: bun run --if-present build
0 commit comments