From cfe85b7a94a4ce4ec65fb01cae970b5ec9e3b61d Mon Sep 17 00:00:00 2001 From: ZephyrTFA Date: Tue, 1 Oct 2024 18:54:38 -0400 Subject: [PATCH] github be lying --- .github/workflows/ci_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index 2be5fd432527..915b6021e98c 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -13,7 +13,6 @@ jobs: run_linters: if: ${{ ! contains(github.event.head_commit.message, '[ci skip]') }} name: Run Linters - continue-on-error: true runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 @@ -71,6 +70,7 @@ jobs: ~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1 - name: Annotate Lints + if: always() uses: yogstation13/DreamAnnotate@v2 with: outputFile: output-annotations.txt