We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f30f3 commit 7ad1bacCopy full SHA for 7ad1bac
1 file changed
.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
26
run: ${{ matrix.manager }} install
27
28
- name: Run TypeScript type checking
29
+ if: ${{ !startsWith(github.head_ref || github.ref_name, 'javascript') }}
30
run: npx tsc --noEmit
31
32
- name: Run ESLint
0 commit comments