Skip to content

Bump the python-packages group with 4 updates (#334) #600

Bump the python-packages group with 4 updates (#334)

Bump the python-packages group with 4 updates (#334) #600

---
# used for running pre-commit checks
name: pre-commit checks
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run_pre_commit_tests:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
# run pre-commit
- uses: pre-commit/[email protected]
id: pre_commit
# run pre-commit ci lite for automated fixes
- uses: pre-commit-ci/[email protected]
if: ${{ !cancelled() && steps.pre_commit.outcome == 'failure' }}