Skip to content

Build wheels across Python 3.9–3.11 for Linux, macOS, and Windows #43

Build wheels across Python 3.9–3.11 for Linux, macOS, and Windows

Build wheels across Python 3.9–3.11 for Linux, macOS, and Windows #43

Workflow file for this run

name: "Pre-commit"
on:
pull_request:
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- id: file_changes
uses: tj-actions/changed-files@v44
- uses: pre-commit/action@v3.0.1
with:
extra_args: --files ${{ steps.file_changes.outputs.all_changed_files}}