Skip to content

Commit

Permalink
monkeying around
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittich committed Feb 5, 2024
1 parent 98aa1d9 commit f4f1cd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
pip install pylint pyyaml
- name: Analysing the code with pylint
run: |
pylint --rcfile .pylintrc $(git ls-files '*.py')
pwd
pylint --version
pylint --rcfile ./.pylintrc $(git ls-files '*.py')

0 comments on commit f4f1cd1

Please sign in to comment.