Draft: Gitlab CI #8

Open
JustScreaMy wants to merge 11 commits from 12-gitlab-ci into master
Showing only changes of commit 3b7297c2fe - Show all commits

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