Skip to content

DynaCLR gut-cell training: per-cell Z centering, cell split, gut configs #124

DynaCLR gut-cell training: per-cell Z centering, cell split, gut configs

DynaCLR gut-cell training: per-cell Z centering, cell split, gut configs #124

Workflow file for this run

name: Lint
on:
push:
branches: [main, modular-viscy-staging]
pull_request:
branches: [main, modular-viscy-staging]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Set up uv with Python 3.13
uses: astral-sh/setup-uv@v7
with:
python-version: "3.13"
enable-cache: true
- name: Run pre-commit hooks
run: uvx prek run --all-files