Skip to content

feat(dynacell): HF demo + eval metrics/perf refactor + pix2pix3d leaves + dataset notebook #70

feat(dynacell): HF demo + eval metrics/perf refactor + pix2pix3d leaves + dataset notebook

feat(dynacell): HF demo + eval metrics/perf refactor + pix2pix3d leaves + dataset notebook #70

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