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