We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a37fe2 commit b5f9b82Copy full SHA for b5f9b82
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
run: bun install --frozen-lockfile
27
28
- name: Lint
29
- run: bun run format
+ run: bun run lint
30
31
test:
32
name: Test
0 commit comments