From cc16796c2dc69afb3ef55eb0030f65fedc8b4556 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Sun, 4 Dec 2022 15:56:19 +0100 Subject: [PATCH] Testing gitlab ci --- .gitlab-ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitlab-ci.yaml diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml new file mode 100644 index 0000000..c972667 --- /dev/null +++ b/.gitlab-ci.yaml @@ -0,0 +1,5 @@ +test:mypy: + image: python:3 + script: + - pip install mypy --quiet + - mypy syng --strict