diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..4a2d4dc832f3b5e309579191b70eea93a21d5c31 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +stages: + - lint + +lint: + stage: lint + image: python:3.10-alpine + before_script: pip install black + script: black --check .