mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-24 21:22:33 +00:00
11 lines
92 B
YAML
11 lines
92 B
YAML
language: node_js
|
|
cache: npm
|
|
stages:
|
|
- check
|
|
|
|
node_js:
|
|
- '10'
|
|
|
|
script:
|
|
- npm run lint
|