Skip to content

Attempt to fix case where items is undefined in Repeater #73

Attempt to fix case where items is undefined in Repeater

Attempt to fix case where items is undefined in Repeater #73

Workflow file for this run

name: CI for PR
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: yarn
- run: yarn run build
- run: yarn run test