From e05ddf025ea1905f9db1c9f93b3d8dd2bec1a93b Mon Sep 17 00:00:00 2001 From: amimas Date: Mon, 1 Jan 2024 13:57:08 -0500 Subject: [PATCH] Update pr-linter-and-tests.yml --- .github/workflows/pr-linter-and-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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