Skip to content

Commit

Permalink
ci: add tsc to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
deansallinen committed Sep 16, 2024
1 parent 728bf23 commit 6fb3901
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ jobs:
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun lint
types:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bunx tsc --noemit

0 comments on commit 6fb3901

Please sign in to comment.