12 lines
330 B
YAML
12 lines
330 B
YAML
|
|
ci:
|
||
|
|
platform:
|
||
|
|
npm:
|
||
|
|
# Don't run unmainted test on nomnom, it's only used by build tools, not in MUI.
|
||
|
|
nomnom:
|
||
|
|
tests:
|
||
|
|
unmaintained: skip
|
||
|
|
# Don't run vulnerabity test on os-locale, it's only used by yargs in build tools, not in MUI.
|
||
|
|
os-locale:
|
||
|
|
tests:
|
||
|
|
vulnerable: skip
|