diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml deleted file mode 100644 index 46089a434..000000000 --- a/.github/workflows/black.yml +++ /dev/null @@ -1,19 +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: rgasper/python-black-pull-request-action@master - env: - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}