We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b9330 commit 24d60b0Copy full SHA for 24d60b0
.github/workflows/ci.yml
@@ -37,29 +37,6 @@ jobs:
37
- name: Lint
38
run: bun run lint
39
40
- typecheck:
41
- runs-on: ubuntu-latest
42
-
43
- steps:
44
- - uses: actions/checkout@v4
45
46
- - name: Install Bun
47
- uses: oven-sh/setup-bun@v2
48
49
- - name: Use cached node_modules
50
- uses: actions/cache@v4
51
- with:
52
- path: node_modules
53
- key: node-modules-${{ hashFiles('**/bun.lock') }}
54
- restore-keys: |
55
- node-modules-
56
57
- - name: Install Dependencies
58
- run: bun install
59
60
- - name: Typecheck
61
- run: bun --bun run typecheck
62
63
test:
64
runs-on: ubuntu-latest
65
0 commit comments