Skip to content

Commit 7ad1bac

Browse files
committed
Skip Typescript check for javascript branches
1 parent c4f30f3 commit 7ad1bac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: ${{ matrix.manager }} install
2727

2828
- name: Run TypeScript type checking
29+
if: ${{ !startsWith(github.head_ref || github.ref_name, 'javascript') }}
2930
run: npx tsc --noEmit
3031

3132
- name: Run ESLint

0 commit comments

Comments
 (0)