Skip to content

.github/workflows/buildwheel.yml: Use macos-15-intel runners #1

.github/workflows/buildwheel.yml: Use macos-15-intel runners

.github/workflows/buildwheel.yml: Use macos-15-intel runners #1

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install uv
uv pip install cython-lint --upgrade --system
- name: cython-lint
run: |
cython-lint src/