remove verboseness

This commit is contained in:
Adora Laura Kalb 2023-03-31 20:18:10 +02:00
parent ebcb78c5e0
commit 7303032e73
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -2,6 +2,6 @@ pipeline:
go-lint:
image: golangci/golangci-lint
commands:
- golangci-lint run --verbose
- golangci-lint run
when:
event: ["push", "pull_request", "manual"]