diff --git a/.github/workflows/pr-linter-and-tests.yml b/.github/workflows/pr-linter-and-tests.yml index d2ca4d091..61598ba67 100644 --- a/.github/workflows/pr-linter-and-tests.yml +++ b/.github/workflows/pr-linter-and-tests.yml @@ -25,7 +25,7 @@ jobs: - name: Black Code Formatter uses: gdubicki/black-action@main with: - args: ". --check" + args: ". --diff" types: runs-on: ubuntu-latest