mirror of
https://github.com/yuzu-emu/yuzu-games-wiki
synced 2024-11-22 10:13:55 +00:00
10 lines
107 B
YAML
10 lines
107 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "node"
|
|
|
|
install:
|
|
- cd validation
|
|
- npm install
|
|
script:
|
|
- node app.js
|