Skip to content

Commit

Permalink
Only run from inside gwt dir
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jul 7, 2022
1 parent d115e0b commit db35dab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
for xml in $(find gwt/build/out | grep checkstyle); do
cd gwt
for xml in $(find build/out | grep checkstyle); do
reviewdog -f=checkstyle -reporter=github-pr-review < $xml;
done
- name: Upload checkstyle xml for manual review
Expand Down

0 comments on commit db35dab

Please sign in to comment.