Fix on step name for pylint action
On analyzing the code with `pylint`, the name of the step is `Test with pytest`, which is certainly not what it does.
This commit is contained in:
+1
-1
@@ -17,6 +17,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pylint
|
pip install pylint
|
||||||
- name: Test with pytest
|
- name: Analysing the code with pylint
|
||||||
run: |
|
run: |
|
||||||
pylint `ls -R|grep .py$|xargs`
|
pylint `ls -R|grep .py$|xargs`
|
||||||
|
|||||||
Reference in New Issue
Block a user