From 2d6cdc26b7c7f50fb554132f3987d126d0c80a77 Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 8 Oct 2023 20:13:33 -0600 Subject: [PATCH] tryin something out --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 457b79a..ccad4be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,15 @@ +stages: + - lint + - deploy + black: - # stage: .pre + stage: lint image: registry.gitlab.com/pipeline-components/black:latest script: - black --check --verbose -- . ruff: - stage: linting + stage: lint image: registry.gitlab.com/pipeline-components/ruff:latest script: - ruff --output-format=gitlab .