We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f2a1c commit adaf819Copy full SHA for adaf819
.github/workflows/ci.yml
@@ -48,9 +48,9 @@ jobs:
48
run: node infra/rush-x/bin/run increment --action lint -f "${{ steps.changed-files.outputs.all_changed_files }}" -s ' '
49
continue-on-error: true
50
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
+ # - name: Increment TS Check
+ # run: node infra/rush-x/bin/run increment --action ts-check -f "${{ steps.changed-files.outputs.all_changed_files }}" -s ' '
+ # continue-on-error: true
54
55
- name: Increment Package Audit
56
run: node infra/rush-x/bin/run increment --action package-audit -f "${{ steps.changed-files.outputs.all_changed_files }}" -s ' '
0 commit comments