From 474f8aa24e45395161044af99d872cf52cccafc9 Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 8 Oct 2023 20:04:50 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6e6b20..457b79a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,5 +4,11 @@ black: script: - black --check --verbose -- . +ruff: + stage: linting + image: registry.gitlab.com/pipeline-components/ruff:latest + script: + - ruff --output-format=gitlab . + include: - local: /docs/.gitlab-ci.yml