From 03702bfefeb51da31604dcb2e711989608675e6d Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Tue, 8 Oct 2024 15:46:20 +0200 Subject: [PATCH] ci: fail on detection of typos in PR check Signed-off-by: Reuben Miller --- .github/workflows/pull-request-checks.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index dea5090105..b08cf322ef 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -293,8 +293,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: crate-ci/typos@v1.26.0 - continue-on-error: true - - run: exit 0 doc: runs-on: ubuntu-latest