From e58a83c15475c44d5c72f26328a56b9628609013 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Tue, 15 Aug 2023 16:29:36 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Don't=20check=20lint=20as=20we?= =?UTF-8?q?=20have=20pre-commit=20app=20installed.=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-checks.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index a3dacbe..6951fef 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -8,10 +8,6 @@ on: - '*.md' jobs: - linter-pr-check: - uses: nikhilbadyal/ghactions/.github/workflows/python-linter.yml@main - with: - PYTHON_VERSION: '3.10' build-apk-pr-check: uses: ./.github/workflows/build-artifact.yml with: