ci: don't fail pipeline if linter issues found
parent
259f7c537f
commit
7f7775c80a
|
@ -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