mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
🐶
This commit is contained in:
parent
1e0bb8a2c0
commit
474f8aa24e
@ -4,5 +4,11 @@ black:
|
||||
script:
|
||||
- black --check --verbose -- .
|
||||
|
||||
ruff:
|
||||
stage: linting
|
||||
image: registry.gitlab.com/pipeline-components/ruff:latest
|
||||
script:
|
||||
- ruff --output-format=gitlab .
|
||||
|
||||
include:
|
||||
- local: /docs/.gitlab-ci.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user