Skip to content

Commit 4ab6587

Browse files
committed
Enable isort check
1 parent e9c7f0b commit 4ab6587

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
run: |
3131
flake8 open_dubbing/ tests/ --exclude pydub*
3232
33-
# - name: Check code with isort
34-
# if: ${{ always() }}
35-
# run: |
36-
# isort --check-only open_dubbing/ tests/
33+
- name: Check code with isort
34+
if: ${{ always() }}
35+
run: |
36+
isort --check-only open_dubbing/ tests/
3737
3838
run-tests:
3939
environment: CI/CD

0 commit comments

Comments
 (0)