From f0473040003eea50cd545e2d832340dbeca6bfea Mon Sep 17 00:00:00 2001 From: amimas Date: Tue, 2 Jan 2024 01:09:55 -0500 Subject: [PATCH] Update linter-and-tests.yml --- .github/workflows/linter-and-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter-and-tests.yml b/.github/workflows/linter-and-tests.yml index b15a3d238..95e99171d 100644 --- a/.github/workflows/linter-and-tests.yml +++ b/.github/workflows/linter-and-tests.yml @@ -15,7 +15,7 @@ jobs: - name: Black Code Formatter uses: gdubicki/black-action@main with: - args: ". --check" + args: ". --diff" types: runs-on: ubuntu-latest