Closed mimatache closed 1 year ago
Checking out this PR and on your local branch I see that all the builds are failing :thinking: https://github.com/mimatache/go-blueprint/actions
Is there working pipelines that I can see :sweat:
Checking out this PR and on your local branch I see that all the builds are failing 🤔 https://github.com/mimatache/go-blueprint/actions
Is there working pipelines that I can see 😓
What is failing is not the new workflow, but the one was already failing the main repository earlier that is breaking my actions as well:
I can't seem to get the actions to trigger right now (didn't even see them running on mine before). Do you have any advice on how to get them to run (note, my workflow might not event start until it was merged into main).
@Melkeydev can you try approving the workflows so we can see if they run/pass here? I don't have the option from my branch to run it.
This PR will run
golangci-lint
against all the generated repositories.Things to improve:
Don't installgolangci-lint
for each item in the matrixgolangci-lint
predefined action.golangci.yaml
file with desired linter configurationresolve #39