Skip to content

Fix lane color indexing bug in imaging scatter plot (#12) #25

Fix lane color indexing bug in imaging scatter plot (#12)

Fix lane color indexing bug in imaging scatter plot (#12) #25

Workflow file for this run

name: "Lint"
on:
push:
branches: [main, master]
pull_request:
jobs:
pre-commit:
name: Pre-commit
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Run pre-commit
uses: pre-commit/action@v3.0.1