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