File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - uses : ./.github/actions/setup-node-and-node-modules
2121 with :
2222 node-version : 22
23- - uses : actions/cache@v4
24- with :
25- path : |
26- packages/*/dist
27- packages/*/tsconfig.build.tsbuildinfo
28- tsconfig.tsbuildinfo
29- key : lint-tools-${{ runner.arch }}-${{ runner.os }}-${{ github.sha }}
30- restore-keys : lint-tools-${{ runner.arch }}-${{ runner.os }}
3123 - run : npm run lint
3224 build :
3325 runs-on : ubuntu-24.04-arm
Original file line number Diff line number Diff line change 1818 "version" : " ./scripts/version.sh" ,
1919 "build" : " tsc -b tsconfig.build.json" ,
2020 "lint" : " run-s -c lint:*" ,
21- "lint:tsc" : " tsc -b" ,
2221 "lint:oxfmt" : " oxfmt --check" ,
23- "lint:oxlint" : " oxlint --type-aware" ,
22+ "lint:oxlint" : " oxlint --type-aware --type-check " ,
2423 "lint-fix" : " run-s -c lint-fix:*" ,
2524 "lint-fix:oxfmt" : " oxfmt --write" ,
2625 "lint-fix:oxlint" : " oxlint --type-aware --fix" ,
You can’t perform that action at this time.
0 commit comments