1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +00:00

starting my fight with the gitlab-ci

This commit is contained in:
Anson 2023-10-08 18:34:32 -06:00
parent 676b702c71
commit 156a22a227

View File

@ -3,3 +3,5 @@ black:
image: registry.gitlab.com/pipeline-components/black:latest image: registry.gitlab.com/pipeline-components/black:latest
script: script:
- black --check --verbose -- . - black --check --verbose -- .
include:
- local: './docs/.gitlab-ci.yml'