Skip to content

Update all deps

Update all deps #102

Workflow file for this run

name: Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install
run: yarn
- name: run eslint
run: yarn test