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']
|
||||
run_script('bootstrap.py', args)
|
||||
|
||||
run_script('cpplint.py')
|
||||
run_script('eslint.py')
|
||||
execute([npm, 'run', 'lint'])
|
||||
|
||||
if PLATFORM != 'win32':
|
||||
run_script('pylint.py')
|
||||
if is_release:
|
||||
|
|
Loading…
Reference in a new issue