Skip to content

Commit 2ab3cf1

Browse files
authored
update
1 parent 3dc59c8 commit 2ab3cf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-codes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
OUTPUT_FILE="ALL_REPORTS.jsonl"
4242
> "$OUTPUT_FILE"
43-
find . -path "*/build/reports/checkstyle/{main,test}.xml" | while read -r xml_file; do
43+
find . -path "*/build/reports/checkstyle/*.xml" | while read -r xml_file; do
4444
if [ -s "$xml_file" ]; then
4545
echo "Processing $xml_file..."
4646
cat "$xml_file" | reviewdog -f=checkstyle -name="checkstyle" -reporter=rdjsonl >> "$OUTPUT_FILE"

0 commit comments

Comments
 (0)