Skip to content

Add test for spatial.project_points #18

Add test for spatial.project_points

Add test for spatial.project_points #18

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
timeout-minutes: 10
name: "lint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- name: "Install uv"
uses: astral-sh/setup-uv@v3
- name: "Python format"
run: uvx ruff format --diff .
- name: "Python lint"
run: uvx ruff check .