Skip to content

set linter to src directory only. Difficult to adapt all the test sce… #72

set linter to src directory only. Difficult to adapt all the test sce…

set linter to src directory only. Difficult to adapt all the test sce… #72

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