feat: initial commit

This commit is contained in:
Simon Cornet 2025-06-06 17:12:03 +02:00
commit 1e593545e6
14 changed files with 260 additions and 0 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"