Skip to content

Commit e6223cc

Browse files
committed
Fixing Ruff CI issue
1 parent f2b4a94 commit e6223cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Lint with Ruff
3333
run: |
34-
ruff git_py_stats
34+
ruff check git_py_stats
3535
3636
- name: Check formatting with Black
3737
run: |

0 commit comments

Comments
 (0)