blob: fb422c8e860f7f76040b09c3c9168c7803bc71c7 (
plain) (
tree)
|
|
name: Black Autoformatting
on:
push:
pull_request:
jobs:
format:
name: Black Autoformatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Black Check
uses: jpetrucciani/black-check@19.10b0
|