ci: don't fail pipeline if linter issues found

This commit is contained in:
Daniel 2022-12-21 01:07:39 +01:00 committed by GitHub
parent 259f7c537f
commit 7f7775c80a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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