You've already forked prometheus-fail2ban-exporter
add vet command and step to pipeline
This commit is contained in:
@ -19,6 +19,12 @@ format:
|
||||
script:
|
||||
- make check/fmt
|
||||
|
||||
vet:
|
||||
extends: .go_template
|
||||
stage: test
|
||||
script:
|
||||
- make vet
|
||||
|
||||
test:
|
||||
extends: .go_template
|
||||
stage: test
|
||||
|
Reference in New Issue
Block a user