start of gitlab-ci

This commit is contained in:
Jakub Kropáček 2024-02-16 15:55:12 +01:00
parent 5592462962
commit 3b7297c2fe

13
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,13 @@
stages:
- linting
- testing
- build
- staging
- production
default:
image: python:3.12-slim
before_script:
- ...
pre-commit:
stage: linting