Skip to content

Add main structure of shape library #2

Add main structure of shape library

Add main structure of shape library #2

Workflow file for this run

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