pronounsfu/.woodpecker/.backend.yml

10 lines
324 B
YAML
Raw Normal View History

2023-12-29 18:51:01 -08:00
steps:
check:
image: golang:alpine
commands:
- apk update && apk add curl vips-dev build-base
- make backend
# Install golangci-lint
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
- golangci-lint run