mirror of
https://github.com/yuzu-emu/yuzu-games-wiki
synced 2024-11-22 16:53:45 +00:00
8 lines
106 B
YAML
8 lines
106 B
YAML
language: node_js
|
|
node_js:
|
|
- "node"
|
|
install:
|
|
- cd validation
|
|
- yarn install
|
|
script:
|
|
- node app.js
|