mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-04-02 09:20:58 +08:00
11 lines
130 B
YAML
11 lines
130 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "node"
|
|
before_script:
|
|
- npm install
|
|
- npm audit
|
|
script:
|
|
- npm run lint
|
|
- npm run coverage
|