diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..96c2da0 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,13 @@ +stages: + - linting + - testing + - build + - staging + - production + +default: + image: python:3.12-slim + before_script: + - ... +pre-commit: + stage: linting