From 156a22a227b7eaba0c7e977b9b93a6075712fb2c Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 8 Oct 2023 18:34:32 -0600 Subject: [PATCH] starting my fight with the gitlab-ci --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a5a9e1..84168a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,3 +3,5 @@ black: image: registry.gitlab.com/pipeline-components/black:latest script: - black --check --verbose -- . +include: + - local: './docs/.gitlab-ci.yml' \ No newline at end of file