From 43ebe49d819d5202a96aa8d6b5d6605f26a46dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Gajdu=C5=A1ek?= Date: Tue, 19 Sep 2023 17:57:26 +0200 Subject: [PATCH] Remove pre-commit action from GHA PR workflow --- .github/workflows/pull_requests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index a605deb9..0aed4807 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -38,9 +38,6 @@ jobs: pip install --compile --no-cache-dir pycurl pip install -U -r requirements.txt -r requirements-dev.txt --no-cache-dir - - name: Pre Commit Checks - uses: pre-commit/action@v2.0.0 - - name: Test Nailgun Coverage run: | make test-coverage