Skip to content

Remove unnecessary print #62

Remove unnecessary print

Remove unnecessary print #62

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 ."