We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316bf89 commit 426576cCopy full SHA for 426576c
1 file changed
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run lint check
33
uses: pre-commit/action@v3.0.0
34
with:
35
- extra_args: -a ${{ matrix.cmd }}
+ extra_args: -a -v ${{ matrix.cmd }}
36
fmt:
37
runs-on: ubuntu-latest
38
steps:
0 commit comments