Skip to content

add getLength; improve flow.json #35

add getLength; improve flow.json

add getLength; improve flow.json #35

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.16.1
- run: yarn
- run: yarn lint