Skip to content

Commit

Permalink
Shorten the name of black CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oplatek committed Nov 6, 2024
1 parent 11cce61 commit f42431a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black_check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Black Check
name: Black

on:
push:
Expand All @@ -23,4 +23,4 @@ jobs:
pip install black==24.10.0
- name: Run Black
run: |
black --check . --line-length 120
black --check . --line-length 120

0 comments on commit f42431a

Please sign in to comment.