Skip to content

Simplify README usage command #103

Simplify README usage command

Simplify README usage command #103

name: Check Python Formatting
on: [push, pull_request]
jobs:
check-formatting:
name: Check formatting with Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check file formatting with Black
uses: psf/black@stable
with:
options: "--check --verbose"