diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 71e03ba0..00fa4f7a 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