Skip to content

Merge pull request #1189 from pyiron/dependabot/pip/pysqa-0.1.2 #1985

Merge pull request #1189 from pyiron/dependabot/pip/pysqa-0.1.2

Merge pull request #1189 from pyiron/dependabot/pip/pysqa-0.1.2 #1985

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