Brandon209-Red-bot-Cogs/.github/workflows/black-checker.yml

14 lines
293 B
YAML
Raw Permalink Normal View History

name: black-checker
on: [pull_request, push]
jobs:
black:
runs-on: ubuntu-latest
steps:
2020-01-28 09:09:00 +13:00
- uses: actions/checkout@v2
- name: Black Code Formatter
uses: lgeiger/black-action@v1.0.1
with:
args: "--line-length 120 --target-version py38 --check ."