We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29047f commit 35e5740Copy full SHA for 35e5740
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
run: pnpm install --frozen-lockfile
49
50
- name: Run oxlint and TypeScript checks
51
- run: pnpm run lint
+ run: pnpm run lint:ts
52
53
- name: Validate Docker Compose file
54
if: matrix.os == 'ubuntu-latest'
0 commit comments