diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-05-01 09:45:33 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-05-01 10:04:03 -0500 |
commit | aa3ad1889fa6306476a0f6df804072ef5d99aea8 (patch) | |
tree | 62103644ae1e2a58e5f3e2c00f90b8f777d7e5bc | |
parent | d4f726f3ef21cef3e7936b2c9770cdac6478b8ee (diff) | |
download | redot-engine-aa3ad1889fa6306476a0f6df804072ef5d99aea8.tar.gz |
Buildsystem: Speedup `pre-commit` static check
-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: | |