Skip to content

Fork & Update PersonalRole (#6) #56

Fork & Update PersonalRole (#6)

Fork & Update PersonalRole (#6) #56

Workflow file for this run

name: black-checker
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Black Code Formatter
uses: lgeiger/black-action@master
with:
args: "-l 120 -t py310 --check ."