Skip to content

Commit 8ca6d88

Browse files
author
MarcoGorelli
committed
add --verbose argument to CI jobs
1 parent 4a04044 commit 8ca6d88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/code-checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636

3737
- name: Run pre-commit
3838
uses: pre-commit/action@v2.0.3
39+
with:
40+
extra_args: --verbose --all-files
3941

4042
docstring_typing_pylint:
4143
name: Docstring validation, typing, and pylint
@@ -89,7 +91,7 @@ jobs:
8991
- name: Typing + pylint
9092
uses: pre-commit/action@v2.0.3
9193
with:
92-
extra_args: --hook-stage manual --all-files
94+
extra_args: --verbose --hook-stage manual --all-files
9395
if: ${{ steps.build.outcome == 'success' && always() }}
9496

9597
- name: Run docstring validation script tests

0 commit comments

Comments
 (0)