mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
dev: added qodana, trying it out
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user