From 786de2a992ce674aa3d70fbbed015d33557048ad Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 13 Jul 2025 16:50:31 -1000 Subject: [PATCH] fixes --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39f57d17a4..1d4696c082 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -588,8 +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 + env: + SKIP: pylint,clang-tidy-hash,yamllint - name: Run pre-commit.ci lite uses: pre-commit-ci/lite-action@v1.0.3 if: always()