add gitlab ci job to check dependencies
This commit is contained in:
parent
04b986811d
commit
bb9531f6b5
@ -7,6 +7,11 @@ stages:
|
||||
- test
|
||||
- build
|
||||
|
||||
dependencies:
|
||||
stage: test
|
||||
script:
|
||||
- make go/checkDependencies
|
||||
|
||||
format:
|
||||
stage: test
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user