trepa/.woodpecker/.lint.yml
qpismont 997a79fcbe
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
fix unit tests
2025-02-26 19:47:39 +00:00

11 lines
333 B
YAML

when:
event: [tag, push]
steps:
- name: lint
image: golang:1.24-alpine
commands:
- apk update
- apk add bash curl jq
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.5
- $(go env GOPATH)/bin/golangci-lint run --fast