diff --git a/.github/workflows/precommit.yml b/.github/workflows/precommit.yml deleted file mode 100644 index 95c22168..00000000 --- a/.github/workflows/precommit.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Precommit -on: [push, pull_request] -jobs: - # https://github.com/pre-commit/action - pre-commit: - name: Lint - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 - - uses: pre-commit/action@v2.0.3