We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b4a94 commit e6223ccCopy full SHA for e6223cc
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Lint with Ruff
33
run: |
34
- ruff git_py_stats
+ ruff check git_py_stats
35
36
- name: Check formatting with Black
37
0 commit comments