Skip to content

Bump pypa/cibuildwheel from 2.21 to 2.22 #165

Bump pypa/cibuildwheel from 2.21 to 2.22

Bump pypa/cibuildwheel from 2.21 to 2.22 #165

Workflow file for this run

name: Lint via pre-commit
on:
pull_request:
push:
branches-ignore:
- main
permissions:
contents: read
jobs:
pre-commit:
name: pre-commit-hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: pre-commit/action@v3.0.1