Skip to content

Add smart rollup type to info #1780

Add smart rollup type to info

Add smart rollup type to info #1780

Workflow file for this run

on: push
name: Test
jobs:
build:
name: Install deps, lint, and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: install, lint and build
run: |
npm i
npm run lint
npm run build