Skip to content

Add some mpoly context util functions #105

Add some mpoly context util functions

Add some mpoly context util functions #105

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/