[ci] feat: added linting and deployment steps

This commit is contained in:
Simon Cornet 2024-12-11 20:18:05 +01:00
commit 572111e362
4 changed files with 74 additions and 66 deletions

16
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,16 @@
---
# gitLab ci stages
stages:
# deployment
- "linting"
- "deployment"
# include jobs
include:
# deployment
- local: ".gitlab/linting.yaml"
- local: ".gitlab/deployment.yaml"