Skip to content

Add Polyline component and sample in README.md #121

Add Polyline component and sample in README.md

Add Polyline component and sample in README.md #121

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: yarn
- name: Dependency installation
run: yarn install --frozen-lockfile
- name: Lint check
run: yarn lint
- name: Type check
run: yarn type-check