Skip to content

'Resume' needs to apply missed logs #148

'Resume' needs to apply missed logs

'Resume' needs to apply missed logs #148

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: yarn bootstrap --frozen-lockfile
- run: yarn lint
- run: yarn typescript
- run: yarn prettier
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: yarn bootstrap --frozen-lockfile
- run: yarn test --coverage