From 3eabf2ca76e6b122f827130183ead3d3c262569d Mon Sep 17 00:00:00 2001 From: Kuan Fan Date: Wed, 31 Jul 2024 12:13:44 -0700 Subject: [PATCH] add fail_on_error --- .github/workflows/prettier-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prettier-test.yaml b/.github/workflows/prettier-test.yaml index 01042b8e..0f1d6ccf 100644 --- a/.github/workflows/prettier-test.yaml +++ b/.github/workflows/prettier-test.yaml @@ -29,4 +29,5 @@ jobs: uses: DataDog/action-py-black-formatter@v2.5 with: check_mode: "true" + fail_on_error: "false" \ No newline at end of file