Merge pull request #644 from hharutyunyan/main

Fix on step name for pylint action
This commit is contained in:
Andy McKay
2020-09-16 06:49:26 -07:00
committed by GitHub
+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`