We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent facb243 commit 9137f7eCopy full SHA for 9137f7e
.github/workflows/build_and_release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Run tests
21
run: bun test
22
- name: Run linter
23
- run: biome ci
+ run: bunx biome ci
24
- name: Run typecheck
25
run: bun run typecheck
26
- name: Run Trivy scanner on fs
0 commit comments