inleft
2022-02-20 bd3bc193d18718e0e8cb880cbadf0b9426732ef9
1
2
3
4
5
6
7
language: node_js
node_js:
  - 10.15.0
cache: yarn
script:
  - yarn
  - yarn run lint --no-fix && yarn run build