Skip to content

Allow multiple working directories in single action run #1226

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
2 tasks done
nikandfor opened this issue Apr 15, 2025 · 0 comments
Open
2 tasks done

Allow multiple working directories in single action run #1226

nikandfor opened this issue Apr 15, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@nikandfor
Copy link

Welcome

  • Yes, I understand that the GitHub action repository is not the repository of golangci-lint itself.
  • Yes, I've searched similar issues on GitHub and didn't find any.

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.

@ldez ldez added the enhancement New feature or request label Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants