From e44e2fe070484e06d384a31ef2699c3a2d5d474e Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Thu, 13 Jun 2024 15:46:03 +0200 Subject: GitHub migration --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 .gitlab-ci.yml (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100755 index 0000000..22542d8 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +qodana: + image: + name: jetbrains/qodana-js + entrypoint: [""] + variables: + QODANA_TOKEN: $qodana_token + script: + - qodana + artifacts: + paths: + - qodana -- cgit