From 27a83f5b0cc399a10f2d81009c983399a64cf144 Mon Sep 17 00:00:00 2001 From: d33bs Date: Mon, 9 Dec 2024 08:40:52 -0700 Subject: [PATCH] ci(pre-commit): add pre-commit lite for auto fixes --- .github/workflows/integration-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 202b92b8..ca77fd75 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -56,6 +56,9 @@ jobs: uses: pre-commit/action@v3.0.1 with: extra_args: --all-files + # run pre-commit ci lite for automated fixes + - uses: pre-commit-ci/lite-action@v1.1.0 + if: ${{ !cancelled() }} python-type-checks: # This job is used to check Python types name: Python type checks