sec/.gitlab-ci.yml

11 lines
133 B
YAML
Raw Normal View History

2020-11-21 21:25:16 +05:00
stages:
- test
lint:
stage: test
tags:
- docker
image: golangci/golangci-lint:v1.32.2
script:
- golangci-lint run