Skip to content

Commit d050395

Browse files
committed
don't fail jobs on typo
1 parent 54705d0 commit d050395

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106

107107
- name: check typos
108108
if: ${{ env.CI_JOB_NAME == 'mingw-check-tidy' }}
109+
# don't fail job on typos
110+
continue-on-error: true
109111
uses: crate-ci/[email protected]
110112
with:
111113
files: ./compiler ./library

0 commit comments

Comments
 (0)