From 6a95e441895b3e8d6315710e35000fe95541ea1c Mon Sep 17 00:00:00 2001 From: juanitorduz Date: Sat, 27 Apr 2024 10:12:39 +0200 Subject: [PATCH] rm file --- .github/workflows/linting.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/linting.yml diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml deleted file mode 100644 index 2b11178b..00000000 --- a/.github/workflows/linting.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: pre-commit - -on: - pull_request: - push: - branches: [main] - -jobs: - pre-commit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 - - uses: pre-commit/action@v3.0.1