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:
|
||||
# stage: .pre
|
||||
stage: lint
|
||||
image: registry.gitlab.com/pipeline-components/black:latest
|
||||
script:
|
||||
- black --check --verbose -- .
|
||||
|
||||
ruff:
|
||||
stage: linting
|
||||
stage: lint
|
||||
image: registry.gitlab.com/pipeline-components/ruff:latest
|
||||
script:
|
||||
- ruff --output-format=gitlab .
|
||||
|
Loading…
x
Reference in New Issue
Block a user