Run linter once
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/tag Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful

This commit is contained in:
2026-05-27 11:17:44 +03:00
parent 95534b669c
commit e844e1d720
2 changed files with 14 additions and 7 deletions

11
.woodpecker/lint.yaml Normal file
View File

@@ -0,0 +1,11 @@
when:
branch: master
event: [push, pull_request, tag]
steps:
lint:
image: golangci/golangci-lint:v2.12
commands:
- golangci-lint run --timeout 5m
when:
event: [push, pull_request, tag]