diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index d66a5bfed9..18d42a857c 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -39,3 +39,11 @@ jobs: with: linters: isort run: isort --check --diff django tests scripts + + black: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: black + uses: psf/black@stable