Skip to content

Commit 426576c

Browse files
committed
Increased log level for pre-commit commands.
1 parent 316bf89 commit 426576c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run lint check
3333
uses: pre-commit/action@v3.0.0
3434
with:
35-
extra_args: -a ${{ matrix.cmd }}
35+
extra_args: -a -v ${{ matrix.cmd }}
3636
fmt:
3737
runs-on: ubuntu-latest
3838
steps:

0 commit comments

Comments
 (0)