Skip to content

Commit

Permalink
Change reviewdog option for debugging (#5)
Browse files Browse the repository at this point in the history
* Change reviewdog option for debugging

* Ignore error
  • Loading branch information
yknz authored Jul 11, 2024
1 parent ca444fb commit 1cd6b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ jobs:
-f=diff \
-f.diff.strip=1 \
-name=textlint-fix \
-reporter=github-pr-review \
-level=warning < "${TMPFILE}"
-filter-mode=diff_context \
-level=warning < "${TMPFILE}" || true

0 comments on commit 1cd6b7b

Please sign in to comment.