Skip to content

Commit

Permalink
ci(pre-commit): add pre-commit lite for auto fixes (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs authored Dec 11, 2024
1 parent af7b5ee commit 77644aa
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/[email protected]
with:
extra_args: --all-files
# run pre-commit ci lite for automated fixes
- uses: pre-commit-ci/[email protected]
if: ${{ !cancelled() }}
python-type-checks:
# This job is used to check Python types
name: Python type checks
Expand Down

0 comments on commit 77644aa

Please sign in to comment.