From 97549bc5ba2ded08f53b46a77001a3420ecb8fc2 Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:42:20 +0000 Subject: [PATCH] rm: remove pre-commit workflow as it's not needed --- .github/workflows/pre-commit.yml | 14 -------------- 1 file changed, 14 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 b2d92ba..0000000 --- a/.github/workflows/pre-commit.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: pre-commit-ci-lite - -on: - push: - branches: [ "rewrite" ] - pull_request: - branches: [ "rewrite" ] - -jobs: - ci: - runs-on: ubuntu-latest - steps: - - uses: pre-commit-ci/lite-action@v1.0.1 - if: always()