Skip to content

build(deps): bump actions/setup-python from 6.3.0 to 7.0.0 #867

build(deps): bump actions/setup-python from 6.3.0 to 7.0.0

build(deps): bump actions/setup-python from 6.3.0 to 7.0.0 #867

Workflow file for this run

name: Linting
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
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/