Merge branch 'pre-commit-lite' into pre-commit-lite_test

This commit is contained in:
J. Nick Koston 2025-07-13 17:02:46 -10:00 committed by GitHub
commit 7b45591b12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -499,15 +499,21 @@ jobs:
pre-commit-ci-lite:
name: pre-commit.ci lite
runs-on: ubuntu-latest
needs:
- common
if: github.event_name == 'pull_request' && github.base_ref != 'beta' && github.base_ref != 'release'
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.2.2
- name: Restore Python
uses: ./.github/actions/restore-python
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache-key: ${{ needs.common.outputs.cache-key }}
- uses: pre-commit/action@v3.0.1
env:
SKIP: pylint,clang-tidy-hash,yamllint
- name: Run pre-commit.ci lite
uses: pre-commit-ci/lite-action@v1.1.0
- uses: pre-commit-ci/lite-action@v1.1.0
if: always()
ci-status: