mirror of
https://github.com/RogueMaster/Flipper-IRDB.git
synced 2025-01-14 05:41:28 +00:00
Merge pull request #373 from darmiel/main
ci: make linter result less intrusive
This commit is contained in:
commit
7f77e34603
13
.github/workflows/pr-lint.yaml
vendored
13
.github/workflows/pr-lint.yaml
vendored
@ -52,8 +52,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
comment-body: |
|
comment-body: |
|
||||||
${{ steps.run.outputs.stdout }}
|
<details>
|
||||||
|
<summary>🐛 Linter Result</summary>
|
||||||
|
|
||||||
- name: Fail Pipeline
|
${{ steps.run.outputs.stdout }}
|
||||||
if: ${{ steps.run.outputs.stderr }}
|
|
||||||
run: exit 1
|
</details>
|
||||||
|
|
||||||
|
# - name: Fail Pipeline
|
||||||
|
# if: ${{ steps.run.outputs.stderr }}
|
||||||
|
# run: exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user