Skip to content

Merge pull request #358 from Gary-Community-Ventures/feat/formatter #18

Merge pull request #358 from Gary-Community-Ventures/feat/formatter

Merge pull request #358 from Gary-Community-Ventures/feat/formatter #18

Workflow file for this run

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