Skip to content

docs: add docs section on SPARQL result conversion #379

docs: add docs section on SPARQL result conversion

docs: add docs section on SPARQL result conversion #379

name: Run ruff formatter
on: [push, pull_request]
jobs:
run-ruff-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install dependencies
run: uv sync --dev
- name: Run ruff
run: uv run ruff format --check .