Skip to content

Commit e75d0e2

Browse files
committed
Update .gitlab-ci.yml file
1 parent 0296fcb commit e75d0e2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
stages:
2-
- test
2+
- lint
3+
- sonarqube-check
34

4-
test:
5+
ruff:
6+
stage: lint
57
variables:
68
PYTHON_VERSION: "3.11"
79
image: python:${PYTHON_VERSION}
@@ -11,6 +13,7 @@ test:
1113
- ruff check --output-format=gitlab .
1214

1315
sonarqube-check:
16+
stage: sonarqube-check
1417
image:
1518
name: sonarsource/sonar-scanner-cli:latest
1619
entrypoint: [""]

0 commit comments

Comments
 (0)