1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-09-19 03:52:46 +00:00

update how requirements work

This commit is contained in:
2023-10-08 21:02:28 -06:00
parent 2d6cdc26b7
commit 5a02ffc3ce
39 changed files with 2583 additions and 2582 deletions

View File

@@ -1,18 +1,18 @@
stages:
- lint
- deploy
black:
stage: lint
image: registry.gitlab.com/pipeline-components/black:latest
script:
- black --check --verbose -- .
ruff:
stage: lint
image: registry.gitlab.com/pipeline-components/ruff:latest
script:
- ruff --output-format=gitlab .
include:
- local: /docs/.gitlab-ci.yml
stages:
- lint
- deploy
black:
stage: lint
image: registry.gitlab.com/pipeline-components/black:latest
script:
- black --check --verbose -- .
ruff:
stage: lint
image: registry.gitlab.com/pipeline-components/ruff:latest
script:
- ruff --output-format=gitlab .
include:
- local: /docs/.gitlab-ci.yml