From fba179db51c6a65aa6a6df57d76a80718e57eb87 Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Tue, 13 Feb 2024 10:29:38 +0100 Subject: [PATCH] [pre-commit] Remove github action --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 837411a8..00000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: "CI" - -on: - workflow_dispatch: - pull_request: - -jobs: - pre-commit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 - - uses: pre-commit/action@v3.0.0