Skip to content

Commit 3289625

Browse files
committed
Fix black format name
1 parent 20361c3 commit 3289625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99

10-
flake8:
10+
black-format:
1111
runs-on: ubuntu-latest
1212

1313
steps:
@@ -24,7 +24,7 @@ jobs:
2424
2525
test:
2626
needs:
27-
- flake8
27+
- black-format
2828

2929
runs-on: ubuntu-latest
3030

0 commit comments

Comments
 (0)