foxygit / doom Log in
commit 167c372cdb1b90dd0695a0f726cf599f3f582e15
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Wed Jun 8 17:38:43 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Wed Jun 8 17:38:43 2022 +0300

    Make fail fast actually fail fast
---
 .github/workflows/cpp-linter.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml
index 8225c87a..34f2041c 100644
--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -22,5 +22,4 @@ jobs:

       - name: Fail fast?!
         if: steps.linter.outputs.checks-failed > 0
-        run: |
-          echo "Some files failed the linting checks!"
+        run: exit 1