mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13: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 ]
|
tags: [ docker ]
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g acorn
|
- npm install -g acorn
|
||||||
|
- rm -rf node_modules
|
||||||
script:
|
script:
|
||||||
- find . -iname "*.js" -print0 | xargs -0 -I % sh -c 'echo "%"; acorn --ecma6 --silent "%"'
|
- find . -iname "*.js" -print0 | xargs -0 -I % sh -c 'echo "%"; acorn --ecma6 --silent "%"'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user