From 8d4988341c9aac476d0d7b30bedff05530eb94fe Mon Sep 17 00:00:00 2001 From: Josh Borrow Date: Tue, 30 Jan 2024 15:07:16 -0500 Subject: [PATCH] Set src correctly --- .github/workflows/black.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 1165c00..98c7486 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -10,5 +10,5 @@ jobs: - uses: psf/black@stable with: options: "--check --verbose" - src: "./src" + src: "hera_librarian librarian_background librarian_server librarian_server_scripts alembic tests" - uses: isort/isort-action@master \ No newline at end of file