Skip to content

Commit

Permalink
ci(pre-commit): add pre-commit lite for auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Dec 9, 2024
1 parent b558b39 commit 27a83f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27a83f5

Please sign in to comment.