linter
This commit is contained in:
parent
72ea5215da
commit
1c172f1c82
1 changed files with 1 additions and 1 deletions
|
|
@ -20,4 +20,4 @@ jobs:
|
||||||
pip install .[lint]
|
pip install .[lint]
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: |
|
run: |
|
||||||
find . && ./tools/lint
|
./tools/linter
|
||||||
Loading…
Reference in a new issue