Skip to content

Commit adaf819

Browse files
huntye1wenming2020
andauthored
chore: rm ts check (#54)
Co-authored-by: wenming.2020 <[email protected]>
1 parent 42f2a1c commit adaf819

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
run: node infra/rush-x/bin/run increment --action lint -f "${{ steps.changed-files.outputs.all_changed_files }}" -s ' '
4949
continue-on-error: true
5050

51-
- name: Increment TS Check
52-
run: node infra/rush-x/bin/run increment --action ts-check -f "${{ steps.changed-files.outputs.all_changed_files }}" -s ' '
53-
continue-on-error: true
51+
# - name: Increment TS Check
52+
# run: node infra/rush-x/bin/run increment --action ts-check -f "${{ steps.changed-files.outputs.all_changed_files }}" -s ' '
53+
# continue-on-error: true
5454

5555
- name: Increment Package Audit
5656
run: node infra/rush-x/bin/run increment --action package-audit -f "${{ steps.changed-files.outputs.all_changed_files }}" -s ' '

0 commit comments

Comments
 (0)