Skip to content

Commit

Permalink
Change for debugging (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
yknz authored Jul 21, 2024
1 parent 2c525bc commit 4262c7e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,6 @@ jobs:
- name: Make code suggestions
run: |
git diff -z --diff-filter=ACMR --name-only origin/${{github.base_ref}} HEAD \
| xargs -0 ${{ steps.detect-package-manager.outputs.runner }} textlint --fix
mkdir ~/tmp
git diff > ~/tmp/diff
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 < ~/tmp/diff

0 comments on commit 4262c7e

Please sign in to comment.