1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 07:16:40 +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:
# 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 .