mirror of
https://github.com/owntracks/frontend.git
synced 2026-05-13 03:46:33 +00:00
9 lines
102 B
YAML
9 lines
102 B
YAML
language: node_js
|
|
node_js:
|
|
- 10
|
|
cache: yarn
|
|
script:
|
|
- yarn lint:js
|
|
- yarn lint:md
|
|
- yarn test
|