diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb8a3c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.shellcheck.tmp diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..dba7864 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +stages: + - test + +image: code.ungleich.ch:5050/ungleich-public/cdist/cdist-ci:latest + +shellcheck: + stage: test + script: + - ./scripts/run-shellcheck.sh + +manpages: + stage: test + script: + - ./scripts/run-manpage-checks.sh