Skip to content

Commit

Permalink
actions syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klinga committed Mar 10, 2024
1 parent 78835dd commit 5916cb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
uses: psf/black@stable
with:
options: "--check --verbose"
src: ["google_books/", "tests/"]
with:
options: "--check --verbose"
src: ["google_books/", "tests/"]

0 comments on commit 5916cb5

Please sign in to comment.