Skip to content

docs: document CDCS annotator app with screenshots and gallery updates #326

docs: document CDCS annotator app with screenshots and gallery updates

docs: document CDCS annotator app with screenshots and gallery updates #326

Workflow file for this run

name: Lint
on:
push:
branches: [main, convert-to-uv]
pull_request:
branches: [main]
jobs:
lint:
name: Lint and Format Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up uv
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: uv sync
- name: Check formatting
run: uv run ruff format . --check
- name: Run linting
run: uv run ruff check nexusLIMS tests