From fed0c6b1767f3eddbabed9cc28dd0f5615889811 Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Sat, 12 Sep 2020 15:12:50 +0200 Subject: actions are ass --- .github/workflows/black.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/black.yml (limited to '.github/workflows/black.yml') 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 -- cgit v1.2.3