diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 15a8e31..e605a4d 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -8,9 +8,11 @@ jobs: steps: - uses: actions/checkout@v3 - uses: psf/black@stable + continue-on-error: true with: options: "--check --verbose" src: "hera_librarian librarian_background librarian_server librarian_server_scripts alembic tests" - uses: isort/isort-action@master + continue-on-error: true with: sortPaths: "hera_librarian librarian_background librarian_server librarian_server_scripts alembic tests" \ No newline at end of file