Skip to content

Commit ba40dcc

Browse files
Update name in isort workflow
1 parent 700dd5d commit ba40dcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/isort.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Workflow verifying that project is correctly formatted, using Black.
2-
# (and setting line length to 100)
1+
# Workflow verifying that project's imports are correctly organized, using isort.
2+
# (with line length of 100 and using a Black profile)
33

4-
name: Black
4+
name: isort
55

66
on:
77
push:

0 commit comments

Comments
 (0)