diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml deleted file mode 100644 index 21201d6..0000000 --- a/.github/workflows/black.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Runs the Black automatic formatter. - -name: Lint - -on: [push, pull_request] - -jobs: - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: psf/black@stable \ No newline at end of file