Skip to content

Commit af94930

Browse files
authored
Merge pull request #10 from pers0n4/ci/isort
ci: Pull Request 이벤트 발생 시 `isort` 실행 절차 추가
2 parents e0cf830 + a99e206 commit af94930

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)