Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork178
Using the action with multi-module workspaces#873
Unanswered
matthewhughes-uw asked this question inQ&A
-
Hi, I'm working in a repo that usesmulti-module workspaces and was wondering if there's any support for such a setup with this action? For some context, to run locally list the local modules (from |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I've found a way to do this, for example with a step like: -name:'Lint'uses:golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804# v4.0.0with:version:'v1.56.2'args:'-v $(go list -f''{{.Dir}}/...'' -m | xargs)' Which does the equivalent of |
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment