diff options
-rw-r--r-- | .github/workflows/static_checks.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index 0ed7432833..9b8a86b8e7 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -48,6 +48,8 @@ jobs: - name: Style checks via pre-commit uses: pre-commit/action@v3.0.1 + with: + extra_args: --verbose --files ${{ env.CHANGED_FILES }} - name: File formatting checks (file_format.sh) run: | |