Skip to content

Commit 35e5740

Browse files
committed
chore: update CI workflow to run TypeScript linting instead of general linting
1 parent c29047f commit 35e5740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: pnpm install --frozen-lockfile
4949

5050
- name: Run oxlint and TypeScript checks
51-
run: pnpm run lint
51+
run: pnpm run lint:ts
5252

5353
- name: Validate Docker Compose file
5454
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)