Skip to content

Commit ba30662

Browse files
authored
chore: use oxlint --type-check (#345)
1 parent 63eccd7 commit ba30662

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ jobs:
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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
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",

0 commit comments

Comments
 (0)