Skip to content

Use a bash array instead of a string to convey the file list to linters #40648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

argl
Copy link
Contributor

@argl argl commented Aug 6, 2025

Description

Replaces the use of xargs in github actions with a bash array

Motivation

xargs usage considered harmful

Additional details

File names with special characters an spaces caused the action to fail.

Related issues and pull requests

Fixes this issue

@github-actions github-actions bot added system [PR only] Infrastructure and configuration for the project size/m [PR only] 51-500 LoC changed labels Aug 6, 2025
@argl argl marked this pull request as ready for review August 7, 2025 12:14
@argl argl requested a review from a team as a code owner August 7, 2025 12:14
@argl argl requested review from LeoMcA and globau August 7, 2025 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/m [PR only] 51-500 LoC changed system [PR only] Infrastructure and configuration for the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant