Skip to content

Commit

Permalink
Change for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
yknz committed Jul 21, 2024
1 parent 0cf6059 commit 172c23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ 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
| xargs -0 ${{ steps.detect-package-manager.outputs.runner }} textlint --fix || true
mkdir ~/tmp
git diff > ~/tmp/diff
git stash -u && git stash drop || true

0 comments on commit 172c23d

Please sign in to comment.