Skip to content

Bump version to 1.2.1 #100

Bump version to 1.2.1

Bump version to 1.2.1 #100

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"