mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-12-26 05:17:11 +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>
|
</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