We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290c5ad commit 8bc8a52Copy full SHA for 8bc8a52
1 file changed
.buildkite/pipeline.yml
@@ -13,7 +13,7 @@ cache: ".buildkite/cache-volume"
13
14
steps:
15
- name: ":golangci-lint: lint"
16
- command: mise run lint
+ command: golangci-lint run --verbose --timeout 3m
17
env:
18
<<: *cache_env
19
plugins:
0 commit comments