We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1f6c5 commit 5d2b6f2Copy full SHA for 5d2b6f2
1 file changed
.gitlab-ci.yml
@@ -7,15 +7,9 @@ variables:
7
EO_CONTAINER: $REGISTRY_GITLAB/eo-containers
8
EOREADER_CHANGES: eoreader/**/[^_]*.{py,xml}
9
10
-lint:
11
- image: python:3.10-buster
12
- stage: lint
13
- script:
14
- - python -m pip install --upgrade pip
15
- - pip install ruff
16
- - ruff format && ruff check
17
- except:
18
- - tags
+include:
+ - project: 'sertit/groupware'
+ file: '/ci_templates/lint_3_10.yaml'
19
20
# Test with data on local disk
21
pytest:
0 commit comments