Skip to content

Commit

Permalink
try removing explit exit1
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Nov 30, 2023
1 parent cce17ea commit 727239f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
msg="Suggest running 'isort .' to fix this."
isort --check . \
|| echo "::error ::$msg" && exit 1
|| echo "::error ::$msg"
ruff-format:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 727239f

Please sign in to comment.