From 259f7c537f3bd525a8297e88e0925153cc533fec Mon Sep 17 00:00:00 2001 From: Daniel <71837281+darmiel@users.noreply.github.com> Date: Wed, 21 Dec 2022 01:06:49 +0100 Subject: [PATCH] ci: put linter result in spoiler tag --- .github/workflows/pr-lint.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index e1099108..d9fdbe47 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -52,8 +52,13 @@ jobs: with: github-token: "${{ secrets.GITHUB_TOKEN }}" comment-body: | - ${{ steps.run.outputs.stdout }} +
+ 🐛 Linter Result + + ${{ steps.run.outputs.stdout }} + +
- name: Fail Pipeline if: ${{ steps.run.outputs.stderr }} - run: exit 1 \ No newline at end of file + run: exit 1