Skip to content

build: enable building with the limited API #541

build: enable building with the limited API

build: enable building with the limited API #541

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@v5
- 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/