mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2024-11-16 11:58:17 +08:00
17 lines
155 B
YAML
17 lines
155 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "12"
|
|
|
|
script:
|
|
- yarn lint
|
|
- yarn test --ci
|
|
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- node_modules
|
|
|
|
matrix:
|
|
fast_finish: true
|