Skip to content

Add link to ABACBS conference booklet #70

Add link to ABACBS conference booklet

Add link to ABACBS conference booklet #70

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