try to fix CI linting
This commit is contained in:
parent
47a61e9f27
commit
afbc914f8b
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ def main():
|
||||||
args += ['--dev']
|
args += ['--dev']
|
||||||
run_script('bootstrap.py', args)
|
run_script('bootstrap.py', args)
|
||||||
|
|
||||||
run_script('cpplint.py')
|
execute([npm, 'run', 'lint'])
|
||||||
run_script('eslint.py')
|
|
||||||
if PLATFORM != 'win32':
|
if PLATFORM != 'win32':
|
||||||
run_script('pylint.py')
|
run_script('pylint.py')
|
||||||
if is_release:
|
if is_release:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue