summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-09-08 10:43:13 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-09-12 09:36:52 +0200
commitc55e1ab97c6d84b7097b882f1f08a6ea429f63a0 (patch)
tree1e5c9879a029f0d0f4cab11c4fade55cd11d4a48
parentd2ecc3669b3069b371deb39fdce0178fe3532a67 (diff)
Make "typos" job non-failing for now
Because we should first see how it performs. I guess it will be really fast, but maybe we get too many false negatives... If it is indeed good enough, this patch can be easily reverted. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--.github/workflows/pull-request-checks.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index 1ad14113..6ac2c091 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -347,6 +347,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: crate-ci/typos@master
+ continue-on-error: true
+ - run: exit 0
### Disable cargo-tarpaulin as some tests failed only in this step
# cargo-tarpaulin: