Skip to content

Add logging with Rerun.io (#19) #41

Add logging with Rerun.io (#19)

Add logging with Rerun.io (#19) #41

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
lfs: false
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Run ruff check
run: uvx ruff check .
- name: Run ruff format check
run: uvx ruff format . --check