Skip to content

Commit 7357038

Browse files
Test8
1 parent cd7b81e commit 7357038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: python -m isort --verbose .
3232

3333
# Step 5: Format code with Black
34-
- name: Format with Black
34+
- name: Run Black
3535
run: python -m black --verbose .
3636

3737
# Step 6: Run Flake8 for linting

0 commit comments

Comments
 (0)