Skip to content

Commit d644116

Browse files
committed
Update code format checking workflow
1 parent 89b6ea6 commit d644116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Format Python
1+
name: Check Python code format
22

33
on: [push]
44

55
jobs:
66
linter_name:
7-
name: runner / black formatter
7+
name: runner / isort & black formatter
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)