diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..0a756c91 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +stages: + - test + + +docs: + stage: test + image: davidhrbac/docker-mdcheck:latest + script: + - mdl -r ~MD013 *.md diff --git a/.gitlab-ci.yml.swp b/.gitlab-ci.yml.swp deleted file mode 100644 index 9fcf4b77..00000000 Binary files a/.gitlab-ci.yml.swp and /dev/null differ