From 8ffed96248a241626e558c06535f069429e66ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Thu, 28 Mar 2024 06:31:19 +0100 Subject: Run some checks on GitLab CI --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..8e12c5e --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +test: + stage: test + image: docker.io/python:alpine + before_script: + - pip install pyflakes mypy + - pip install -r requirements.txt + script: + - mypy accounts + - pyflakes accounts + tags: + - macht-jbb-arm + - x86_64 -- cgit v1.2.3-1-g7c22