1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 15:06:53 +00:00
This commit is contained in:
Anson 2023-10-09 03:09:43 +00:00
parent 5a02ffc3ce
commit 8fe08f36ce

View File

@ -12,7 +12,7 @@ ruff:
stage: lint stage: lint
image: registry.gitlab.com/pipeline-components/ruff:latest image: registry.gitlab.com/pipeline-components/ruff:latest
script: script:
- ruff --output-format=gitlab . - ruff --output-format gitlab .
include: include:
- local: /docs/.gitlab-ci.yml - local: /docs/.gitlab-ci.yml