Skip to content

Bump pypa/cibuildwheel from 2.22.0 to 3.3.0 #117

Bump pypa/cibuildwheel from 2.22.0 to 3.3.0

Bump pypa/cibuildwheel from 2.22.0 to 3.3.0 #117

Workflow file for this run

name: Style Check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
pre-commit:
name: Pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.10"
- uses: pre-commit/[email protected]