mirror of
https://github.com/yuzu-emu/yuzu-games-wiki.git
synced 2024-12-31 22:45:34 +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
|