mirror of
https://github.com/RogueMaster/Flipper-IRDB.git
synced 2024-12-26 04:51:55 +00:00
ci: put linter result in spoiler tag
This commit is contained in:
parent
10903ff8f0
commit
259f7c537f
5
.github/workflows/pr-lint.yaml
vendored
5
.github/workflows/pr-lint.yaml
vendored
@ -52,8 +52,13 @@ jobs:
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
comment-body: |
|
||||
<details>
|
||||
<summary>🐛 Linter Result</summary>
|
||||
|
||||
${{ steps.run.outputs.stdout }}
|
||||
|
||||
</details>
|
||||
|
||||
- name: Fail Pipeline
|
||||
if: ${{ steps.run.outputs.stderr }}
|
||||
run: exit 1
|
Loading…
Reference in New Issue
Block a user