mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +08:00
8 lines
80 B
YAML
8 lines
80 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "10"
|
||
|
cache: yarn
|
||
|
script:
|
||
|
- yarn lint
|
||
|
- yarn test
|