Skip to content

Add another spatialdata example notebook (#458) #1400

Add another spatialdata example notebook (#458)

Add another spatialdata example notebook (#458) #1400

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: astral-sh/setup-uv@v3
with:
version: "latest"
- run: uv sync --extra dev
- run: uv run flake8