Skip to content

Commit

Permalink
Update lint-and-test.yml: debug comment pylint call
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-zdanevich authored Apr 28, 2024
1 parent 912d6d3 commit d955ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint pytest
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
# - name: Analysing the code with pylint
# run: |
# pylint $(git ls-files '*.py')
- name: Running unit tests with pytest
run: |
pytest

0 comments on commit d955ab3

Please sign in to comment.