Skip to content

README.md: add workflow badges #2

README.md: add workflow badges

README.md: add workflow badges #2

Workflow file for this run

name: Black (Python)
on:
push:
pull_request:
branches:
- main
jobs:
black:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Black formatting for Python scripts
uses: psf/black@stable
with:
options: --check --verbose
src: .