From 4734a50b0ab26958188fbe2bab7a354174fa4b73 Mon Sep 17 00:00:00 2001 From: Daniel Asay Date: Mon, 29 Apr 2024 10:39:51 -0400 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 8976123..850e6c1 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,10 +20,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') --output=lint.txt || true - - - name: Upload Artifact - uses: actions/upload-artifact@v3 - with: - name: ${{ github.workspace }}/artifact/lint.txt - path: ${{ github.workspace }}/artifact/lint.txt + pylint $(git ls-files '*.py') || true