mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-11-10 06:34:22 +00:00
5 lines
84 B
YAML
5 lines
84 B
YAML
language: node_js
|
|
|
|
before_script: npm install
|
|
|
|
script: npm run validate && npm test
|