mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
try to fix CI linting
This commit is contained in:
committed by
Kevin Sawicki
parent
47a61e9f27
commit
afbc914f8b
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user