Skip to content

Commit

Permalink
Merge pull request #143 from greymass/ci-typecheck
Browse files Browse the repository at this point in the history
ci: add tsc to github actions
  • Loading branch information
aaroncox authored Sep 16, 2024
2 parents 728bf23 + 6fb3901 commit d7316ce
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 d7316ce

Please sign in to comment.