Loading .gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -13,8 +13,14 @@ variables: stages: - lint - build - ai-review - release include: - project: "e/os/ai-review" ref: main file: "/.gitlab-ci.yml" # Detekt static analysis job detekt: stage: lint Loading Loading
.gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -13,8 +13,14 @@ variables: stages: - lint - build - ai-review - release include: - project: "e/os/ai-review" ref: main file: "/.gitlab-ci.yml" # Detekt static analysis job detekt: stage: lint Loading