Skip to content

formatting and fix

formatting and fix #69

Workflow file for this run

name: Formatter
on: [push, pull_request]
jobs:
formatter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rickstaa/action-black@v1
with:
black_args: "-l 79 ."