Skip to content
Snippets Groups Projects
Verified Commit c92b95a8 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

CI mayhaps

parent 25d444c5
No related branches found
No related tags found
No related merge requests found
Pipeline #5577 passed
......@@ -6,7 +6,10 @@ stages:
- docker
format:
image: golang:alpine
stage: test
before_script:
- apk add build-base
script:
- go fmt $(go list ./... | grep -v /vendor/)
- go vet $(go list ./... | grep -v /vendor/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment