mirror of
https://github.com/ZGQ-inc/yuzu-games-wiki.git
synced 2024-09-14 18:55:40 +00:00
11 lines
107 B
YAML
11 lines
107 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "node"
|
|
|
|
install:
|
|
- cd validation
|
|
- npm install
|
|
script:
|
|
- node app.js
|