Skip to content

Begin moving out the default configuration logic into ini files, whic… #232

Begin moving out the default configuration logic into ini files, whic…

Begin moving out the default configuration logic into ini files, whic… #232

Workflow file for this run

name: Black Formatting
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 --diff"