8 lines
80 B
YAML
8 lines
80 B
YAML
|
before_script:
|
||
|
- docker info
|
||
|
|
||
|
test:
|
||
|
script:
|
||
|
- make lint
|
||
|
- make test
|