Merge pull request #447 from logickworkshop/fix/fail-pipeline

ci: fail pipeline on linter error
main
Daniel 2023-02-25 18:12:03 +01:00 committed by GitHub
commit ebbdd2ed1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -59,6 +59,6 @@ jobs:
</details>
# - name: Fail Pipeline
# if: ${{ steps.run.outputs.stderr }}
# run: exit 1
- name: Fail Pipeline
if: ${{ steps.run.outputs.stderr }}
run: exit 1