shithub: choc

Download patch

ref: 167c372cdb1b90dd0695a0f726cf599f3f582e15
parent: 1ba80c82d886402072512db431d1e1862b6f9325
author: Turo Lamminen <turol@iki.fi>
date: Wed Jun 8 13:38:43 EDT 2022

Make fail fast actually fail fast

--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -22,5 +22,4 @@
 
       - name: Fail fast?!
         if: steps.linter.outputs.checks-failed > 0
-        run: |
-          echo "Some files failed the linting checks!"
+        run: exit 1