Skip to content

Bump the npm_and_yarn group across 1 directory with 3 updates #94

Bump the npm_and_yarn group across 1 directory with 3 updates

Bump the npm_and_yarn group across 1 directory with 3 updates #94

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: yarn
- name: Make
run: yarn make
- name: Test
run: yarn test