From 6922402c31c802106e10668e9e23347c4a30416d Mon Sep 17 00:00:00 2001 From: amimas Date: Tue, 2 Jan 2024 01:09:00 -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 61598ba67..d2ca4d091 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: ". --diff" + args: ". --check" types: runs-on: ubuntu-latest