Skip to content

Fix issue with storing the output of awk #14

Fix issue with storing the output of awk

Fix issue with storing the output of awk #14

on: push
name: Run Black formatter
jobs:
run-black-formatter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
jupyter: true