mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-11-09 22:44:27 +00:00
ci: don't fail pipeline if linter issues found
This commit is contained in:
parent
259f7c537f
commit
7f7775c80a
6
.github/workflows/pr-lint.yaml
vendored
6
.github/workflows/pr-lint.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user