Skip to content

update to 1.2.8

update to 1.2.8 #131

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run lint
run: yarn lint
- name: Run build
run: yarn build