Skip to content

Commit

Permalink
simple comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ninelore committed Jun 23, 2024
1 parent aca7f75 commit e0b7ad4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
with:
globs: 'src/**/*.md'
config: '.markdownlint.jsonc'
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
- name: Add PR Comment
if: ${{steps.linter.outcome == 'failure'}}
uses: mshick/[email protected]
with:
message: |
Markdownlint result
${{join(steps.linter.outputs.*, '\n')}}
Markdownlint has detected errors

0 comments on commit e0b7ad4

Please sign in to comment.