mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-16 15:06:53 +00:00
tryin something out
This commit is contained in:
parent
474f8aa24e
commit
2d6cdc26b7
@ -1,11 +1,15 @@
|
|||||||
|
stages:
|
||||||
|
- lint
|
||||||
|
- deploy
|
||||||
|
|
||||||
black:
|
black:
|
||||||
# stage: .pre
|
stage: lint
|
||||||
image: registry.gitlab.com/pipeline-components/black:latest
|
image: registry.gitlab.com/pipeline-components/black:latest
|
||||||
script:
|
script:
|
||||||
- black --check --verbose -- .
|
- black --check --verbose -- .
|
||||||
|
|
||||||
ruff:
|
ruff:
|
||||||
stage: linting
|
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 .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user