1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +00:00

tryin something out

This commit is contained in:
Anson 2023-10-08 20:13:33 -06:00
parent 474f8aa24e
commit 2d6cdc26b7

View File

@ -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 .