Skip to content

Commit bfe4263

Browse files
committed
Type-aware lint
1 parent 48dc8a2 commit bfe4263

5 files changed

Lines changed: 87 additions & 35 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run: bunx tsc
1313
- run: bun run build
1414
- run: bun run test
15-
- run: bun run lint
15+
- run: bun run lint --format=github
1616
- uses: codecov/codecov-action@v5
1717
env:
1818
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)