Skip to content

Commit

Permalink
Add isort with specific version (#10)
Browse files Browse the repository at this point in the history
* Add isort with specific version

* Formatting
  • Loading branch information
w1stler authored Feb 9, 2023
1 parent 2aa38e3 commit b4aed97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lint-backend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: lint the backend code using common defaults.
runs:
using: composite
steps:
- uses: isort/isort-action@v1
with:
isort-version: "5.12.0"
sort-paths: backend
configuration: --check-only --diff --profile black --verbose
- uses: psf/[email protected]
with:
version: "22.12.0"
Expand Down

0 comments on commit b4aed97

Please sign in to comment.