File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 21
21
- name : Check using Biome
22
22
run : bun run ci
23
23
24
+ tsc :
25
+ runs-on : ubuntu-22.04
26
+ steps :
27
+ - name : Checkout your repository using git
28
+ uses : actions/checkout@v4
29
+ - name : Setup Node and Bun
30
+ uses : jdx/mise-action@v2
31
+ - name : Install dependencies
32
+ run : bun install --frozen-lockfile
33
+ - name : Check using tsc
34
+ run : bun run tsc
35
+
24
36
test :
25
37
runs-on : ubuntu-22.04
26
38
steps :
Original file line number Diff line number Diff line change 1
1
node_modules /
2
2
lib /
3
+ tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change 22
22
"check" : " biome check ." ,
23
23
"check:fix" : " biome check --apply ." ,
24
24
"ci" : " biome ci ." ,
25
+ "tsc" : " tsc" ,
25
26
"test" : " vitest"
26
27
},
27
28
"dependencies" : {},
44
45
"micromark-extension-mdx-expression" : " ^3.0.0" ,
45
46
"textlint-scripts" : " ^14.0.4" ,
46
47
"textlint-tester" : " ^14.0.4" ,
47
- "tsc" : " ^2.0.4" ,
48
48
"typescript" : " ^5.4.3" ,
49
49
"vitest" : " ^1.4.0"
50
50
},
You can’t perform that action at this time.
0 commit comments