This commit is contained in:
J. Nick Koston 2025-07-13 16:48:08 -10:00
parent 30e4edc1ea
commit 6e4e334ae1
No known key found for this signature in database

View File

@ -588,6 +588,8 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
cache-key: ${{ needs.common.outputs.cache-key }}
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files --skip pylint,clang-tidy-hash,yamllint
- name: Run pre-commit.ci lite
uses: pre-commit-ci/lite-action@v1.0.3
if: always()