diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 95a4bca..79b1ff2 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -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'