Skip to content

Commit

Permalink
debugging action
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jul 8, 2022
1 parent de83e1f commit 5b729ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd gwt
git diff ${{github.event.pull_request.base.sha}}
for xml in $(find build/out | grep checkstyle); do
reviewdog -f=checkstyle -reporter=local -level=info -diff="git diff ${{github.event.pull_request.base.sha}}"< $xml
reviewdog -f=checkstyle -reporter=github-pr-review -level=info < $xml
Expand Down

0 comments on commit 5b729ca

Please sign in to comment.