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:
@@ -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
|
||||
|
Reference in New Issue
Block a user