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












                                       
                                                   
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@master