teste die pipeline #1
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