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:
Henry Harutyunyan
2020-09-16 14:49:17 +04:00
committed by GitHub
parent 60765e8490
commit 4fc839617b
+1 -1
View File
@@ -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`