11 lines
122 B
YAML
11 lines
122 B
YAML
language: node_js
|
|
git:
|
|
depth: false
|
|
node_js:
|
|
- 14
|
|
before_script:
|
|
- yarn
|
|
script:
|
|
- yarn format:check
|
|
- yarn test
|