Skip to content

lightning config for requeing jobs on a preempted slurm partition #127

lightning config for requeing jobs on a preempted slurm partition

lightning config for requeing jobs on a preempted slurm partition #127

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