Skip to content

Commit

Permalink
Keep going to see if we would sort stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Jan 30, 2024
1 parent e5fe01e commit a598a49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a598a49

Please sign in to comment.