diff options
Diffstat (limited to 'vendor/gitlab.com/golang-commonmark/linkify/.gitlab-ci.yml')
-rw-r--r-- | vendor/gitlab.com/golang-commonmark/linkify/.gitlab-ci.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/gitlab.com/golang-commonmark/linkify/.gitlab-ci.yml b/vendor/gitlab.com/golang-commonmark/linkify/.gitlab-ci.yml deleted file mode 100644 index 5e4d0bf2..00000000 --- a/vendor/gitlab.com/golang-commonmark/linkify/.gitlab-ci.yml +++ /dev/null @@ -1,19 +0,0 @@ -image: golang:1.13 - -stages: - - build - - test - -before_script: - - go get golang.org/x/text/unicode/rangetable - -build: - stage: build - script: - - go build ./... - -test: - stage: test - script: - - test -z "$(gofmt -l . | tee /dev/stderr)" - - go test ./... |