Skip to content

Commit 326c1a4

Browse files
committed
Update isort-check.yaml to remove occurences of black (#1342)
1 parent 8ccefc1 commit 326c1a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/isort_checker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: black-format-check
1+
name: isort-check
22

33
on: [push, pull_request, workflow_dispatch]
44

55
env:
6-
#If STRICT is set to true, it will fail on black check fail
6+
#If STRICT is set to true, it will fail on isort check fail
77
STRICT: false
88

99
jobs:
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: "3.7"
2424

25-
- name: Install black
25+
- name: Install isort
2626
run: |
2727
pip install isort
2828

0 commit comments

Comments
 (0)