aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/black.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml
deleted file mode 100644
index ae9ee8d..0000000
--- a/.github/workflows/black.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: Black Check
-
-# Run action on PRs to master
-on:
- pull_request:
- branches: [ master ]
- push:
- branches: [ master ]
-
-jobs:
- suggest:
- runs-on: ubuntu-latest
-
- steps:
- # Checks-out your repository under $GITHUB_WORKSPACE, so that black can inspect it
- - uses: actions/checkout@v2
- - uses: Mango0x45/python-black-pull-request-action@master
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- LINE_LENGTH: 88