Skip to content

Commit

Permalink
Fix isort workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCN7 committed Nov 18, 2024
1 parent 12b00ae commit a1a87a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
id: isort-step
# default configuration use --check-only and --diff instead of --in-place options.
uses: isort/isort-action@master
with:
sort-paths: /home/runner/work/sinergym
continue-on-error: false

type-check:
Expand Down

0 comments on commit a1a87a0

Please sign in to comment.