Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jul 15, 2022
1 parent 6b2d585 commit ce65e5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ jobs:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -eux
shopt -s extglob
cd gwt
for xml in $(find build/out | grep checkstyle); do
for f in build/out/**/checkstyle*.xml ; do
echo $xml
reviewdog -f=checkstyle -filter-mode=diff_context -reporter=github-pr-review -level=info < $xml
reviewdog -f=checkstyle -filter-mode=diff_context -reporter=github-pr-review -level=info < $f
done
- name: Upload checkstyle xml for manual review
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ce65e5a

Please sign in to comment.