From 364b27433a999ff648d1dbb92381b381b48bb10a Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Thu, 1 Jun 2023 19:04:14 +0200 Subject: Split github pre-commit into own workflow Signed-off-by: Colin Wilk --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 096e4ac..e439c79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,14 +14,6 @@ defaults: working-directory: kliwniloc.prometheus_target jobs: - pre-commit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 - - uses: pre-commit/action@v3.0.0 - - lint: runs-on: ubuntu-latest steps: -- cgit v1.2.3