Skip to content

Bump structuretoolkit from 0.0.11 to 0.0.12 #237

Bump structuretoolkit from 0.0.11 to 0.0.12

Bump structuretoolkit from 0.0.11 to 0.0.12 #237

Workflow file for this run

# This workflow is used to check the differences and find conflict markers or whitespace errors
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: "./atomistics"