Skip to content

chore: upgrade target in tsconfig #99

chore: upgrade target in tsconfig

chore: upgrade target in tsconfig #99

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
code: # test the code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bahmutov/npm-install@v1
- run: yarn lint
- run: yarn test