diff options
author | RaindropsSys <raindrops@equestria.dev> | 2024-06-13 15:46:03 +0200 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2024-06-13 15:46:03 +0200 |
commit | e44e2fe070484e06d384a31ef2699c3a2d5d474e (patch) | |
tree | 2d5eb5d1b01646270d18cf1f2d94519966d6e7de /.gitlab-ci.yml | |
download | faunerie-e44e2fe070484e06d384a31ef2699c3a2d5d474e.tar.gz faunerie-e44e2fe070484e06d384a31ef2699c3a2d5d474e.tar.bz2 faunerie-e44e2fe070484e06d384a31ef2699c3a2d5d474e.zip |
GitHub migration
Diffstat (limited to '.gitlab-ci.yml')
-rwxr-xr-x | .gitlab-ci.yml | 11 |
1 files changed, 11 insertions, 0 deletions
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 |