mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-12-25 04:47:12 +00:00
Merge pull request #447 from logickworkshop/fix/fail-pipeline
ci: fail pipeline on linter error
This commit is contained in:
commit
ebbdd2ed1b
6
.github/workflows/pr-lint.yaml
vendored
6
.github/workflows/pr-lint.yaml
vendored
@ -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
Block a user