Skip to content

Fix spacing between author name and email #18

Fix spacing between author name and email

Fix spacing between author name and email #18

Workflow file for this run

# Github workflow to check python code
name: Python
on: [push]
jobs:
# https://black.readthedocs.io/en/stable/integrations/github_actions.html
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable