mirror of
https://github.com/yuzu-emu/yuzu-games-wiki
synced 2024-11-22 10:24:05 +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
|