Skip to content

Limit syringe motion based on max pressure. Aim is to avoid flow cell… #4848

Limit syringe motion based on max pressure. Aim is to avoid flow cell…

Limit syringe motion based on max pressure. Aim is to avoid flow cell… #4848

Workflow file for this run

name: format-check
on: [push,pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.7'
architecture: x64
- uses: psf/[email protected]
with:
options: "--check"
src: "./ulc_mm_package"