add gitlab ci job to check dependencies

This commit is contained in:
Hector 2021-10-17 18:25:03 +01:00
parent 04b986811d
commit bb9531f6b5

View File

@ -7,6 +7,11 @@ stages:
- test - test
- build - build
dependencies:
stage: test
script:
- make go/checkDependencies
format: format:
stage: test stage: test
script: script: