Skip to content

Bump pymatgen from 2023.9.10 to 2023.9.25 #279

Bump pymatgen from 2023.9.10 to 2023.9.25

Bump pymatgen from 2023.9.10 to 2023.9.25 #279

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: "./structuretoolkit"