Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
ci: change echo count
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 committed Jan 24, 2022
1 parent 739e4d0 commit 119e48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-system-print.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check using System.out.print
run: |
COUNT=`grep -rE "System\.(out|err)\.print" --include=*.java src/main > ../system-prints.txt || true`
echo $COUNT
echo count: $COUNT
cat ../system-prints.txt
cat ../system-prints.txt | reviewdog -efm="%f:%l" -name="Check using System.out/err.print" -reporter=github-pr-review -level=warning
if [ "$COUNT" != "0" ]; then
Expand Down

0 comments on commit 119e48a

Please sign in to comment.