Skip to content

Commit

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

* Change for debugging
  • Loading branch information
yknz authored Jul 21, 2024
1 parent 4262c7e commit 0cf6059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ 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

0 comments on commit 0cf6059

Please sign in to comment.