Skip to content

Fix: Update README.md file to reflect work done on issue #328 (#330) #20

Fix: Update README.md file to reflect work done on issue #328 (#330)

Fix: Update README.md file to reflect work done on issue #328 (#330) #20

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
linter_name:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"