Skip to content

Update black workflow actions from v2 to v4 (#91) #43

Update black workflow actions from v2 to v4 (#91)

Update black workflow actions from v2 to v4 (#91) #43

Workflow file for this run

# Enforce Black formatting for Python code
name: Black
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable