Skip to content

v0.1.16

v0.1.16 #44

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- name: Build and Test
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: yarn
run: |
yarn