From 828aeb157aef29313f74ce5c3ace559a4f0d6ba3 Mon Sep 17 00:00:00 2001 From: "clemens.fricke" Date: Tue, 20 Feb 2024 10:54:46 +0100 Subject: [PATCH] Rm: superflious pre-commit workflow --- .github/workflows/format.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/format.yml diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml deleted file mode 100644 index b7c96f990..000000000 --- a/.github/workflows/format.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: format/style -on: - pull_request: - push: - branches: [main] - -jobs: - format_and_style: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: 3.9 - - uses: pre-commit/action@v3.0.0