Skip to content

Merge pull request #114 from patricklx/patch-1 #50

Merge pull request #114 from patricklx/patch-1

Merge pull request #114 from patricklx/patch-1 #50

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
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: yarn install --frozen-lockfile
- run: yarn test