Skip to content

Add the B model, which has an cutter by default. (#86) #38

Add the B model, which has an cutter by default. (#86)

Add the B model, which has an cutter by default. (#86) #38

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"