Merge pull request 'teste die pipeline' (#1) from flip_dev into main

Reviewed-on: #1
This commit is contained in:
2025-12-16 08:01:37 +00:00

12
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,12 @@
stages:
- lint
yamllint:
stage: lint
image: python:3.12-alpine
before_script:
- pip install --no-cache-dir yamllint
script:
- yamllint .