mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
clarify build steps
This commit is contained in:
parent
29af09f3c7
commit
5c0a2a236a
1 changed files with 1 additions and 1 deletions
|
@ -56,8 +56,8 @@ jobs:
|
||||||
- stage: Lint & Tests
|
- stage: Lint & Tests
|
||||||
name: Lint, via Black
|
name: Lint, via Black
|
||||||
python: 3.8
|
python: 3.8
|
||||||
# black is automatically installed by peotry
|
|
||||||
script:
|
script:
|
||||||
|
- black --version
|
||||||
- black --check . --verbose --diff
|
- black --check . --verbose --diff
|
||||||
|
|
||||||
# Python 3.6 Tests
|
# Python 3.6 Tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue