From e99fb679b0f4ee8aa9d6e140981d772f131de983 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Sat, 4 Feb 2023 11:44:13 +0100 Subject: [PATCH] Delete pre-commit.yml --- .github/workflows/pre-commit.yml | 13 ------------- 1 file changed, 13 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 d5a1a00..0000000 --- a/.github/workflows/pre-commit.yml +++ /dev/null @@ -1,13 +0,0 @@ -on: - pull_request: - push: - branches: [main, dev, .*] - -jobs: - main: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: pre-commit/action@v3.0.0 - - uses: pre-commit-ci/lite-action@v1.0.0 - if: always()