ci(typos): set continue-on-error to true

This commit is contained in:
Hamothy 2023-07-24 19:29:23 +01:00 committed by GitHub
parent 5b60e9a83c
commit 876741a3b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v3
- uses: crate-ci/typos@master
continue-on-error: true
# We don't want this check to fail on `main` but continue to fail on PRs
- name: Successfully Exit When Branch 'main'