mirror of
https://codeberg.org/lauralani/ipam.git
synced 2024-11-24 04:30:02 +01:00
remove verboseness
This commit is contained in:
parent
ebcb78c5e0
commit
7303032e73
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ pipeline:
|
||||||
go-lint:
|
go-lint:
|
||||||
image: golangci/golangci-lint
|
image: golangci/golangci-lint
|
||||||
commands:
|
commands:
|
||||||
- golangci-lint run --verbose
|
- golangci-lint run
|
||||||
when:
|
when:
|
||||||
event: ["push", "pull_request", "manual"]
|
event: ["push", "pull_request", "manual"]
|
||||||
|
|
Loading…
Reference in a new issue