dev: added qodana, trying it out

This commit is contained in:
Kwoth
2024-08-05 12:20:27 +00:00
parent 690c03b396
commit 383acba443

View File

@@ -165,3 +165,16 @@ docker-build:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_TAG - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_TAG
exists: exists:
- Dockerfile - Dockerfile
qodana:
stage: test
image:
name: jetbrains/qodana-dotnet:latest
entrypoint: [""]
variables:
QODANA_TOKEN: $qodana_token
script:
- qodana
artifacts:
paths:
- qodana