aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/black.yml
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com>2020-09-12 13:12:50 +0000
committerMango0x45 <thomasvoss@live.com>2020-09-12 13:12:50 +0000
commitfed0c6b1767f3eddbabed9cc28dd0f5615889811 (patch)
tree4f538ed9c1f68a3e25303ed1f467faeddf5bd1e4 /.github/workflows/black.yml
parent5c8113dee5b2465213377df4567f8ca6eb2f09dd (diff)
downloadsteve-bot-fed0c6b1767f3eddbabed9cc28dd0f5615889811.tar
steve-bot-fed0c6b1767f3eddbabed9cc28dd0f5615889811.tar.gz
steve-bot-fed0c6b1767f3eddbabed9cc28dd0f5615889811.tar.bz2
steve-bot-fed0c6b1767f3eddbabed9cc28dd0f5615889811.tar.lz
steve-bot-fed0c6b1767f3eddbabed9cc28dd0f5615889811.tar.xz
steve-bot-fed0c6b1767f3eddbabed9cc28dd0f5615889811.tar.zst
steve-bot-fed0c6b1767f3eddbabed9cc28dd0f5615889811.zip
actions are ass
Diffstat (limited to '')
-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