diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 626d7139..1f428407 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,10 @@ jobs: run: | pipenv run isort working-directory: ./backend + - name: Black + run: | + pipenv run black + working-directory: ./backend - name: Run tests run: | pipenv run test