From c9bf0ba251e4830ee6c0f8b233cd99acca33b988 Mon Sep 17 00:00:00 2001 From: Vamsi Thiriveedhi Date: Sun, 24 Mar 2024 18:46:44 +0000 Subject: [PATCH] troubleshoot pylint --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f324efc..49e16a13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: run: | echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json" pipx run nox -s pylint + pylint idc-index/ checks: name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}