Skip to content

Commit

Permalink
Add auto suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
yknz committed Jul 21, 2024
1 parent 6cb747c commit 74744ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,11 @@ jobs:
TMPFILE=$(mktemp -p ${{runner.temp}})
git diff > "${TMPFILE}"
git stash -u && git stash drop || true
reviewdog \
-f=diff \
-f.diff.strip=1 \
-name=textlint-fix \
-reporter=github-pr-review \
-filter-mode=diff_context \
-level=warning < "${TMPFILE}"

0 comments on commit 74744ee

Please sign in to comment.