Merge pull request #644 from hharutyunyan/main
Fix on step name for pylint action
This commit is contained in:
+1
-1
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user