Skip to content

test: test on ubuntu, macos, windows. Support py3.9-3.12 #32

test: test on ubuntu, macos, windows. Support py3.9-3.12

test: test on ubuntu, macos, windows. Support py3.9-3.12 #32

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@v4
- name: Setup checkout
uses: actions/checkout@master
- name: Lint with Black
run: |
pip install black
black --diff --check spatial_graph tests