Skip to content

Add the B model, which has an cutter by default. #37

Add the B model, which has an cutter by default.

Add the B model, which has an cutter by default. #37

Workflow file for this run

name: Lint (Black code style)
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
black-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
version: "23.3.0"