Skip to content

Commit

Permalink
Testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankpatibandla committed Feb 21, 2024
1 parent 68581bc commit b714982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: isort/[email protected]
with:
configuration: "--settings-file=.isort.cfg --check-only --diff"
configuration: "--settings-file=.isort.cfg"
requirements-files: "requirements.txt"
- uses: stefanzweifel/[email protected]
with:
Expand All @@ -28,7 +28,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: psf/black@stable
with:
options: "--line-length=120 --check --diff"
options: "--line-length=120"
version: "24.2.0"
- uses: stefanzweifel/[email protected]
with:
Expand Down

0 comments on commit b714982

Please sign in to comment.