Skip to content

Add description of getting started activity, and some minor fixes #315

Add description of getting started activity, and some minor fixes

Add description of getting started activity, and some minor fixes #315

Workflow file for this run

name: Linting
on: [push]
jobs:
black:
runs-on: ubuntu-latest
name: Black linting
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check"
src: "."