Skip to content

Commit

Permalink
add isort to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thavlik committed Mar 7, 2024
1 parent e70ff79 commit 6fa4af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y python3-yapf python3-isort
- name: Check formatting with yapf
run: python3 -m yapf -rd src/
#- name: Check formatting with isort
# run: python3 -m isort --only-modified --diff --check-only src/
- name: Check formatting with isort
run: python3 -m isort --only-modified --diff --check-only src/

0 comments on commit 6fa4af0

Please sign in to comment.