Skip to content

chore(deps-dev): bump jest and @types/jest #537

chore(deps-dev): bump jest and @types/jest

chore(deps-dev): bump jest and @types/jest #537

Workflow file for this run

name: Build and run Lint
on: [push]
jobs:
build-lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn install
- run: yarn build
- run: yarn lint:nofix
- run: yarn typecheck