Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
willtheorangeguy authored Dec 5, 2023
1 parent 1e5e02b commit 9a18c5a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
- uses: smelly-python/smell-my-pr@main
with:
github-token: ${{secrets.GITHUB_TOKEN}}
command: pipenv run smelly-python -d src

pylint $(git ls-files '*.py')

0 comments on commit 9a18c5a

Please sign in to comment.