Skip to content

Merge pull request #242 from pyiron/dependabot/pip/nbconvert-7.7.2 #573

Merge pull request #242 from pyiron/dependabot/pip/nbconvert-7.7.2

Merge pull request #242 from pyiron/dependabot/pip/nbconvert-7.7.2 #573

Workflow file for this run

# Check for compliance to the black formatting standard
name: Black
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff"
src: "./pyiron_gui"