mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-15 22:47:28 +00:00
6 lines
58 B
YAML
6 lines
58 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
|
|
script: "npm test"
|