1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +00:00
Simple-Stock-Bot/.gitlab-ci.yml
2023-10-08 19:53:44 -06:00

9 lines
172 B
YAML

black:
# stage: .pre
image: registry.gitlab.com/pipeline-components/black:latest
script:
- black --check --verbose -- .
include:
- local: /docs/.gitlab-ci.yml