mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2024-11-20 08:29:52 +01:00
13 lines
361 B
YAML
13 lines
361 B
YAML
when:
|
|
branch:
|
|
exclude: stable
|
|
|
|
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
|