Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberSahdev committed Mar 1, 2024
2 parents aa151b8 + a58f75d commit ec2c850
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ 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
cat lint.txt
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: lint.txt
path: lint.txt

0 comments on commit ec2c850

Please sign in to comment.