Skip to content

Commit 5f2262a

Browse files
committed
Added verbose keyword to make clear that files are being checked
1 parent c8c53cb commit 5f2262a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
run: uv add ruff
3333

3434
- name: Analyzing the code with ruff
35-
run: uvx ruff check --output-format=github
35+
run: |
36+
uvx ruff check --output-format=github --verbose

0 commit comments

Comments
 (0)