Skip to content

Commit 561c037

Browse files
committed
moved isort after vendor change check
1 parent 99d480f commit 561c037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
export PCAPKIT_CI_MODE=1
3333
3434
pcapkit-vendor
35-
isort -l100 -ppcapkit pcapkit/const/*/*.py
3635
3736
- name: Verify Changed files
3837
uses: tj-actions/verify-changed-files@v14
@@ -45,6 +44,7 @@ jobs:
4544
4645
python util/bump_version.py
4746
isort -l100 -ppcapkit --skip-glob '**/__init__.py' pcapkit
47+
isort -l100 -ppcapkit pcapkit/const/*/*.py
4848
isort -l100 -ppcapkit pcapkit/vendor/*/*.py
4949
5050
- name: Commit changes

0 commit comments

Comments
 (0)