mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-14 14:20:01 +02:00
Merge pull request #91 from qurator-spk/test-remove-circleci
✔ Remove CircleCI config
This commit is contained in:
commit
0c727dca9d
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
|||
version: 2.1
|
||||
|
||||
jobs:
|
||||
black:
|
||||
parameters:
|
||||
python-version:
|
||||
type: string
|
||||
docker:
|
||||
- image: cimg/python:<< parameters.python-version >>
|
||||
steps:
|
||||
- checkout
|
||||
- run: pip3 install --upgrade pip
|
||||
- run: pip3 install black
|
||||
- run: black .
|
||||
|
||||
workflows:
|
||||
black:
|
||||
jobs:
|
||||
- black:
|
||||
python-version: "3.11"
|
Loading…
Add table
Add a link
Reference in a new issue