We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's pretty inefficient to checkout the repo multiple times with matrix if you have multiple modules and want to run linter for all of them.
Allow setting multiple working-directories like it's done for tags, platforms, and others in docker/build-push-action.
matrix works, but it's longer and less efficient. It spends more ci minutes and it spends more dev's time.
I haven't seen the code and haven't estimated the efforts needed for that feature. If it's not too much I think it would be nice feature to have.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Welcome
Your feature request related to a problem? Please describe.
It's pretty inefficient to checkout the repo multiple times with matrix if you have multiple modules and want to run linter for all of them.
Describe the solution you'd like.
Allow setting multiple working-directories like it's done for tags, platforms, and others in docker/build-push-action.
Describe alternatives you've considered.
matrix works, but it's longer and less efficient. It spends more ci minutes and it spends more dev's time.
Additional context.
I haven't seen the code and haven't estimated the efforts needed for that feature. If it's not too much I think it would be nice feature to have.
The text was updated successfully, but these errors were encountered: