8 lines
114 B
YAML
8 lines
114 B
YAML
language: node_js
|
|
node_js:
|
|
- "node"
|
|
|
|
script:
|
|
- yarn run eslint
|
|
- yarn run webext_lint
|
|
- yarn run htmllint
|