adding black check for tox on github workflow

This commit is contained in:
Emmanuel Rondan 2022-12-29 08:20:48 -03:00
parent c48accf7ca
commit 4ee09861cf
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ jobs:
- python-version: "3.11"
env:
TOXENV: twinecheck
- python-version: "3.11"
env:
TOXENV: black
steps:
- uses: actions/checkout@v3