There was an error while loading. Please reload this page.
1 parent 3dc59c8 commit 2ab3cf1Copy full SHA for 2ab3cf1
1 file changed
.github/workflows/check-codes.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
OUTPUT_FILE="ALL_REPORTS.jsonl"
42
> "$OUTPUT_FILE"
43
- find . -path "*/build/reports/checkstyle/{main,test}.xml" | while read -r xml_file; do
+ find . -path "*/build/reports/checkstyle/*.xml" | while read -r xml_file; do
44
if [ -s "$xml_file" ]; then
45
echo "Processing $xml_file..."
46
cat "$xml_file" | reviewdog -f=checkstyle -name="checkstyle" -reporter=rdjsonl >> "$OUTPUT_FILE"
0 commit comments