Skip to content

Update link to Google Colab section #17

Update link to Google Colab section

Update link to Google Colab section #17

on: push
name: Run Black formatter
jobs:
run-black-formatter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
jupyter: true