Skip to content

Merge pull request #324 from pyiron/dependabot/pip/executorlib-0.0.2 #746

Merge pull request #324 from pyiron/dependabot/pip/executorlib-0.0.2

Merge pull request #324 from pyiron/dependabot/pip/executorlib-0.0.2 #746

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:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff"
src: ./${{ github.event.repository.name }}