find
This commit is contained in:
parent
86d629cef0
commit
72ea5215da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -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: |
|
||||||
./tools/lint
|
find . && ./tools/lint
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue