From e299389d6505916c7fe92f75792f189e700d4d98 Mon Sep 17 00:00:00 2001 From: Joe Steele Date: Tue, 18 Jun 2024 15:36:05 -0400 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 10ad95b..6775245 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,4 +20,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') + pylint $(git ls-files '*.py') --output=lint.txt || true