Merge pull request 'teste die pipeline' (#1) from flip_dev into main
Reviewed-on: #1
This commit is contained in:
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal 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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user