Skip to content

Commit a99e206

Browse files
committed
ci: run isort when pull_request event triggered
1 parent 6dea40d commit a99e206

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pull-request-merge-precondition.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ jobs:
1515
- uses: psf/black@stable
1616
with:
1717
options: "--check --verbose"
18+
19+
- uses: isort/isort-action@master
20+
with:
21+
configuration: "--check-only --diff --profile black"
22+
requirementsFiles: "requirements.txt"

0 commit comments

Comments
 (0)