mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-17 04:30:57 +01:00
fix yaml
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
goversion:
|
goversion:
|
||||||
@@ -16,15 +16,15 @@ steps:
|
|||||||
- go get
|
- go get
|
||||||
- go build
|
- go build
|
||||||
|
|
||||||
# linter:
|
linter:
|
||||||
# when:
|
when:
|
||||||
# event: [manual]
|
event: [manual]
|
||||||
# image: golang:${goversion}
|
image: golang:${goversion}
|
||||||
# commands:
|
commands:
|
||||||
# - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.5.0
|
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.5.0
|
||||||
# - golangci-lint --version
|
- golangci-lint --version
|
||||||
# - golangci-lint run ./...
|
- golangci-lint run ./...
|
||||||
# depends_on: [build]
|
depends_on: [build]
|
||||||
|
|
||||||
test:
|
test:
|
||||||
when:
|
when:
|
||||||
|
|||||||
Reference in New Issue
Block a user