From 876741a3b428f91685a3d40ad3d1ace12410acb2 Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Mon, 24 Jul 2023 19:29:23 +0100 Subject: [PATCH] ci(typos): set `continue-on-error` to `true` --- .github/workflows/typos.yml | 1 + 1 file changed, 1 insertion(+) 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'