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 2121 - name : Check using Biome
2222 run : bun run ci
2323
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+
2436 test :
2537 runs-on : ubuntu-22.04
2638 steps :
Original file line number Diff line number Diff line change 11node_modules /
22lib /
3+ tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change 2222 "check" : " biome check ." ,
2323 "check:fix" : " biome check --apply ." ,
2424 "ci" : " biome ci ." ,
25+ "tsc" : " tsc" ,
2526 "test" : " vitest"
2627 },
2728 "dependencies" : {},
4445 "micromark-extension-mdx-expression" : " ^3.0.0" ,
4546 "textlint-scripts" : " ^14.0.4" ,
4647 "textlint-tester" : " ^14.0.4" ,
47- "tsc" : " ^2.0.4" ,
4848 "typescript" : " ^5.4.3" ,
4949 "vitest" : " ^1.4.0"
5050 },
You can’t perform that action at this time.
0 commit comments