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