1
Fork 0
mirror of https://gitlab.com/Kwoth/nadekobot.git synced 2024-10-02 12:09:07 +00:00

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
exists:
- Dockerfile
qodana:
stage: test
image:
name: jetbrains/qodana-dotnet:latest
entrypoint: [""]
variables:
QODANA_TOKEN: $qodana_token
script:
- qodana
artifacts:
paths:
- qodana