Skip to content

Commit 8bc8a52

Browse files
committed
ci: call lint tools directly in Buildkite
1 parent 290c5ad commit 8bc8a52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cache: ".buildkite/cache-volume"
1313

1414
steps:
1515
- name: ":golangci-lint: lint"
16-
command: mise run lint
16+
command: golangci-lint run --verbose --timeout 3m
1717
env:
1818
<<: *cache_env
1919
plugins:

0 commit comments

Comments
 (0)