Skip to content

Commit

Permalink
update black CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig committed Feb 7, 2024
1 parent 8d9764c commit 5bb3749
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/testDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rickstaa/action-black@v1
- uses: psf/black@stable
with:
black_args: ". --check"
options: "--check --verbose"
src: "./"
version: "~= 24.0"

unit-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5bb3749

Please sign in to comment.