Skip to content

docs: fix typos in docs/getting_started/building_blocks.md #989

docs: fix typos in docs/getting_started/building_blocks.md

docs: fix typos in docs/getting_started/building_blocks.md #989

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "-t py37"