Skip to content

Try forcing ninja 1.10.0 #7

Try forcing ninja 1.10.0

Try forcing ninja 1.10.0 #7

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
cache: 'pip'
python-version: 3.12
- name: Lint with ruff
run: |
python -m pip install ruff
ruff check src/
ruff format --check src/