Skip to content

Merge branch 'bugfix-geometry-type' into v2_main #26

Merge branch 'bugfix-geometry-type' into v2_main

Merge branch 'bugfix-geometry-type' into v2_main #26

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- v2_main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"