Skip to content

Commit 41584fa

Browse files
committed
Check the Python imports are sorted with an isort action
1 parent 0b08c4f commit 41584fa

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/isort.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: isort
2+
3+
on:
4+
- push
5+
- pull_request
6+
7+
jobs:
8+
isort:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v3
12+
- uses: isort/isort-action@v1

0 commit comments

Comments
 (0)