Skip to content

Commit

Permalink
Fix on step name for pylint action
Browse files Browse the repository at this point in the history
On analyzing the code with `pylint`, the name of the step is `Test with pytest`, which is certainly not what it does.
  • Loading branch information
henryh9n authored Sep 16, 2020
1 parent 60765e8 commit 4fc8396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Test with pytest
- name: Analysing the code with pylint
run: |
pylint `ls -R|grep .py$|xargs`

0 comments on commit 4fc8396

Please sign in to comment.