mirror of https://github.com/scrapy/scrapy.git
adding black check for tox on github workflow
This commit is contained in:
parent
c48accf7ca
commit
4ee09861cf
|
|
@ -28,6 +28,9 @@ jobs:
|
|||
- python-version: "3.11"
|
||||
env:
|
||||
TOXENV: twinecheck
|
||||
- python-version: "3.11"
|
||||
env:
|
||||
TOXENV: black
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue