mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-17 12:40:57 +01:00
clean
This commit is contained in:
@@ -16,16 +16,6 @@ steps:
|
|||||||
- go get
|
- go get
|
||||||
- go build
|
- go build
|
||||||
|
|
||||||
linter:
|
|
||||||
when:
|
|
||||||
event: [manual]
|
|
||||||
image: golang:${goversion}
|
|
||||||
commands:
|
|
||||||
- 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 run ./...
|
|
||||||
depends_on: [build]
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
|
|||||||
Reference in New Issue
Block a user