Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialMuffin committed Nov 22, 2021
1 parent cc30459 commit 3a126af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint `ls -R|grep .py$|xargs`
pylint $(find . -name "*.py" | xargs)
- name: linting
uses: alexanderdamiani/pylinter@v1.2.0
- name: wemake-python-styleguide
Expand Down

0 comments on commit 3a126af

Please sign in to comment.