Compare commits

...

3 Commits

Author SHA1 Message Date
a8542458a2 Merge pull request 'teste die pipeline' (#1) from flip_dev into main
Reviewed-on: #1
2025-12-16 08:01:37 +00:00
1112c9a340 Update .gitlab-ci.yml 2025-12-16 08:01:04 +00:00
af3da06f8d teste die pipeline 2025-12-16 08:35:00 +01: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 .