mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
Ensure only project file are tested.
This commit is contained in:
parent
a7339ee096
commit
01b5fe420d
@ -11,6 +11,7 @@ js_syntax:
|
||||
tags: [ docker ]
|
||||
before_script:
|
||||
- npm install -g acorn
|
||||
- rm -rf node_modules
|
||||
script:
|
||||
- find . -iname "*.js" -print0 | xargs -0 -I % sh -c 'echo "%"; acorn --ecma6 --silent "%"'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user