Skip to content

Commit 76dec11

Browse files
committed
Add debug info for parallel-lint excludes
1 parent d650ad4 commit 76dec11

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/reusable-code-quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
EXCLUDES+=("--exclude $i")
8282
done
8383
84+
echo "Providing excludes: ${EXCLUDES[*]}"
85+
8486
vendor/bin/parallel-lint -j 10 . --show-deprecated ${EXCLUDES[@]} --checkstyle | cs2pr
8587
env:
8688
ADDITIONAL_EXCLUDES: ${{ inputs.parallel-lint-excludes }}

0 commit comments

Comments
 (0)