Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Aug 16, 2024
1 parent fb26c16 commit 9f87d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
- run: bun i
- run: bun run lint
- run: bunx tsx --noEmit
- run: bunx tsc --noEmit
- run: bun run compile
- run: npm test -- --coverage
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 9f87d4b

Please sign in to comment.