Merge pull request #373 from darmiel/main

ci: make linter result less intrusive
main
Daniel 2022-12-21 01:10:52 +01:00 committed by GitHub
commit 7f77e34603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 4 deletions

View File

@ -52,8 +52,13 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
comment-body: |
${{ steps.run.outputs.stdout }}
<details>
<summary>🐛 Linter Result</summary>
${{ steps.run.outputs.stdout }}
</details>
- name: Fail Pipeline
if: ${{ steps.run.outputs.stderr }}
run: exit 1
# - name: Fail Pipeline
# if: ${{ steps.run.outputs.stderr }}
# run: exit 1