From adcd2944c92d697564f9cef85a8e82515bc336fe Mon Sep 17 00:00:00 2001 From: Will Dean Date: Sat, 7 Dec 2024 10:21:51 +0100 Subject: [PATCH] remove the duplicate pre-commit job --- .github/workflows/pre-commit.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/pre-commit.yml diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml deleted file mode 100644 index fbf64ca8c..000000000 --- a/.github/workflows/pre-commit.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: pre-commit - -on: - pull_request: - push: - branches: [main] - -jobs: - pre-commit: - runs-on: ubuntu-latest - env: - SKIP: no-commit-to-branch - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - - uses: pre-commit/action@v2.0.0