aboutsummaryrefslogblamecommitdiff
path: root/.github/workflows/black.yml
blob: fb422c8e860f7f76040b09c3c9168c7803bc71c7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                    
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