Skip to content

Commit 2ddb6e5

Browse files
committed
Add isort check to Github Action
1 parent a3ef09e commit 2ddb6e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pythonpackage.yml

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ jobs:
6060
run: |
6161
poetry run python -m pytest --cov=fgpyo --cov-report=xml --cov-branch
6262
63+
- name: Run isort
64+
shell: bash
65+
run: |
66+
poetry run isort --force-single-line-imports --profile black fgpyo
67+
6368
- name: Style checking
6469
shell: bash
6570
run: |

0 commit comments

Comments
 (0)