Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

build(dev-deps): update all non-major dependencies #103

build(dev-deps): update all non-major dependencies

build(dev-deps): update all non-major dependencies #103

Workflow file for this run

name: Check
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 16
- run: yarn
- run: yarn test:lint
unit_test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 16
- run: yarn
- run: yarn test:unit
- run: yarn codecov