Skip to content

Merge pull request #14 from funkelab/graph_from_nodes #110

Merge pull request #14 from funkelab/graph_from_nodes

Merge pull request #14 from funkelab/graph_from_nodes #110

Workflow file for this run

name: Python Black
on: [push, pull_request]
jobs:
lint:
name: Python Lint
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v5
- name: Setup checkout
uses: actions/checkout@v4
- name: Lint with Black
run: |
pip install black
black --diff --check src/motile_toolbox tests