Skip to content

Commit d650ad4

Browse files
committed
Remove errant quotes from arguments
Follow-up to #131
1 parent ce14899 commit d650ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
EXCLUDES+=("--exclude $i")
8282
done
8383
84-
vendor/bin/parallel-lint -j 10 . --show-deprecated "${EXCLUDES[@]}" --checkstyle | cs2pr
84+
vendor/bin/parallel-lint -j 10 . --show-deprecated ${EXCLUDES[@]} --checkstyle | cs2pr
8585
env:
8686
ADDITIONAL_EXCLUDES: ${{ inputs.parallel-lint-excludes }}
8787

0 commit comments

Comments
 (0)