fixed lint timeout
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Michael Thomson 2025-02-13 14:21:39 -05:00
parent 25c79d813d
commit 091b1579f0

View File

@ -6,4 +6,4 @@ steps:
- name: lint - name: lint
image: golangci/golangci-lint image: golangci/golangci-lint
commands: commands:
- golangci-lint run - golangci-lint run --timeout 5m