Skip to content

Bump the python-packages group with 2 updates (#400) #773

Bump the python-packages group with 2 updates (#400)

Bump the python-packages group with 2 updates (#400) #773

---
# 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@v6
- uses: actions/setup-python@v6
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' }}