Skip to content

Bump pyiron-atomistics from 0.3.1 to 0.3.2 #604

Bump pyiron-atomistics from 0.3.1 to 0.3.2

Bump pyiron-atomistics from 0.3.1 to 0.3.2 #604

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"