Skip to content

Switch setup.py to pyproject.toml and switch building backend to scikit-build #17

Switch setup.py to pyproject.toml and switch building backend to scikit-build

Switch setup.py to pyproject.toml and switch building backend to scikit-build #17

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
env:
RUFF_OUTPUT_FORMAT: github