Fix cpplint cmd
This commit is contained in:
parent
b501c07de1
commit
c82e029e90
|
@ -39,4 +39,4 @@ jobs:
|
|||
run: pip install cpplint
|
||||
|
||||
- name: Run Cpplint
|
||||
run: cpplint --recursive .
|
||||
run: cpplint --recursive ./test-addon
|
||||
|
|
Loading…
Reference in New Issue