From d294490631774dce4d862403b02bbfff406b4b51 Mon Sep 17 00:00:00 2001 From: Ewan Miller Date: Sat, 27 Jul 2024 23:21:22 +0100 Subject: [PATCH] Actually fail the linting check if there are suggestions --- .github/workflows/cpp-linter.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cpp-linter.yaml b/.github/workflows/cpp-linter.yaml index 48d5c5c..2753a0e 100644 --- a/.github/workflows/cpp-linter.yaml +++ b/.github/workflows/cpp-linter.yaml @@ -51,7 +51,7 @@ jobs: - name: Fail fast?! if: steps.linter.outputs.checks-failed != 0 - run: | - echo "some linter checks failed. ${{ steps.linter.outputs.checks-failed }}" + #run: | + # echo "some linter checks failed. ${{ steps.linter.outputs.checks-failed }}" # for actual deployment - # run: exit 1 + run: exit 1