1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 06:56:46 +00:00
This commit is contained in:
Anson 2023-10-08 20:04:50 -06:00
parent 1e0bb8a2c0
commit 474f8aa24e

View File

@ -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