Skip to content

Commit aa3ad18

Browse files
committed
Buildsystem: Speedup pre-commit static check
1 parent d4f726f commit aa3ad18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/static_checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
4949
- name: Style checks via pre-commit
5050
uses: pre-commit/[email protected]
51+
with:
52+
extra_args: --verbose --files ${{ env.CHANGED_FILES }}
5153

5254
- name: File formatting checks (file_format.sh)
5355
run: |

0 commit comments

Comments
 (0)