Skip to content

Merge pull request #40 from score-p/master #96

Merge pull request #40 from score-p/master

Merge pull request #40 from score-p/master #96

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