mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-05 04:19:07 +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
|