mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2025-01-13 06:06:17 +00:00
Merge pull request #307 from logickworkshop/main
Automation fixes (thanks darmiel!)
This commit is contained in:
commit
510a4aa98b
11
.github/workflows/pr-lint.yaml
vendored
11
.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: |
|
||||||
|
<details>
|
||||||
|
<summary>🐛 Linter Result</summary>
|
||||||
|
|
||||||
${{ steps.run.outputs.stdout }}
|
${{ steps.run.outputs.stdout }}
|
||||||
|
|
||||||
- name: Fail Pipeline
|
</details>
|
||||||
if: ${{ steps.run.outputs.stderr }}
|
|
||||||
run: exit 1
|
# - name: Fail Pipeline
|
||||||
|
# if: ${{ steps.run.outputs.stderr }}
|
||||||
|
# run: exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user