From a598a4997f5a998a0ce99e3b790e7e4fbc4aef16 Mon Sep 17 00:00:00 2001 From: Josh Borrow Date: Tue, 30 Jan 2024 15:11:50 -0500 Subject: [PATCH] Keep going to see if we would sort stuff --- .github/workflows/black.yml | 2 ++ 1 file changed, 2 insertions(+) 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