mirror of
https://codeberg.org/scip/pgidler.git
synced 2025-12-16 20:11:01 +01:00
fix linting
This commit is contained in:
@@ -26,11 +26,3 @@ steps:
|
||||
- golangci-lint run ./...
|
||||
depends_on: [build]
|
||||
|
||||
test:
|
||||
when:
|
||||
event: [push]
|
||||
image: golang:${goversion}
|
||||
commands:
|
||||
- go get
|
||||
- go test -v -cover
|
||||
depends_on: [build,linter]
|
||||
|
||||
Reference in New Issue
Block a user