mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-25 02:22:30 +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
|