Skip to content

Commit f7f670c

Browse files
committed
🐛 only one folder supported
translated to run `isort --check-only --diff src`
1 parent 1f82799 commit f7f670c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cdci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
- uses: isort/isort-action@v1
2323
with:
2424
# ! should be removed once all imports are correctly sorted
25-
sort-paths: |
26-
src
27-
another_folder
25+
sort-paths: src
2826
- name: Set up Python ${{ matrix.python-version }}
2927
uses: actions/setup-python@v5
3028
with:

0 commit comments

Comments
 (0)