Skip to content

Merge pull request #236 from pyiron/dependabot/pip/pandas-2.1.3 #474

Merge pull request #236 from pyiron/dependabot/pip/pandas-2.1.3

Merge pull request #236 from pyiron/dependabot/pip/pandas-2.1.3 #474

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
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: "./pysqa"