Run eslint on CI
This commit is contained in:
parent
b87599a6a2
commit
1d3e7dc6e4
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ def main():
|
|||
run_script('bootstrap.py', args)
|
||||
|
||||
run_script('cpplint.py')
|
||||
run_script('eslint.py')
|
||||
if PLATFORM != 'win32':
|
||||
run_script('pylint.py')
|
||||
if is_release:
|
||||
|
|
Loading…
Reference in a new issue