Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Nov 30, 2023
1 parent fce0dc1 commit 294720f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
python -m pip install --upgrade pip
pip install isort
- name: isort --> Check for best-practice sorting of imports
run: |
isort --check . || echo "::error ::Please run 'isort .' on this repo." && exit 1
run: isort --check . || echo "::error ::Please run isort . on this repo." && exit 1

ruff-format:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 294720f

Please sign in to comment.