Merge pull request #447 from logickworkshop/fix/fail-pipeline
ci: fail pipeline on linter errormain
commit
ebbdd2ed1b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue