Skip to content

Commit

Permalink
Merge pull request #4789 from werf/ci-lint-cant-go-in-parallel
Browse files Browse the repository at this point in the history
ci: lint couldn't run in parallel
  • Loading branch information
ilya-lesikov committed Aug 16, 2022
2 parents 5960d7d + 7504569 commit c877825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.dist.yaml
Expand Up @@ -325,7 +325,7 @@ tasks:
- golangci-lint run --build-tags="{{.goTags}}" {{.CLI_ARGS}} {{.paths | default "./..."}}

_lint:golangci-lint:cgo-and-go:
deps:
cmds:
- task: lint:golangci-lint:cgo
vars:
paths: "{{.paths}}"
Expand Down

0 comments on commit c877825

Please sign in to comment.