Skip to content

Commit

Permalink
fix: lint report name
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Feb 27, 2024
1 parent 21c593f commit 0484619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
make files/lint | \
reviewdog \
-f=checkstyle \
-name="textlint" \
-name="files lint" \
-diff="git diff ${{ github.event.pull_request.base.ref }}" \
-reporter=github-pr-review \
-level="${LEVEL}"
Expand All @@ -95,7 +95,7 @@ jobs:
make docs/lint | \
reviewdog \
-f=checkstyle \
-name="textlint" \
-name="docs lint" \
-diff="git diff ${{ github.event.pull_request.base.ref }}" \
-reporter=github-pr-review \
-level="${LEVEL}"
Expand Down

0 comments on commit 0484619

Please sign in to comment.