Skip to content

Commit 79abf25

Browse files
committed
Show statistics
1 parent 4c1c1ba commit 79abf25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install ruff
25-
25+
2626
- name: Check Code with Ruff
2727
run: |
28-
ruff check
28+
ruff check --statistics
2929
ruff format --check

0 commit comments

Comments
 (0)