Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielasay authored Apr 29, 2024
1 parent a98a077 commit 4734a50
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4734a50

Please sign in to comment.