We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cca1d2 commit 61bcbb1Copy full SHA for 61bcbb1
Taskfile.yml
@@ -24,9 +24,9 @@ tasks:
24
GOLANGCI_LINT_VERSION: v2.4.0
25
cmds:
26
- >
27
- GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
28
- --version ${GOLANGCI_LINT_VERSION}
29
- run --source . --config .golangci.yml stdout
+ GITHUB_REF= dagger -sc "github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
+ --version ${GOLANGCI_LINT_VERSION} |
+ run . --config .golangci.yml | stdout"
30
sources:
31
- ./**/*.go
32
0 commit comments