teste die pipeline #1

Merged
smartika merged 2 commits from flip_dev into main 2025-12-16 08:01:38 +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 .