Skip to content

Add memory util functions #20

Add memory util functions

Add memory util functions #20

Workflow file for this run

name: "CI"
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version-file: ".tool-versions"
- run: yarn install --frozen-lockfile
- run: yarn build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version-file: ".tool-versions"
- run: yarn install --frozen-lockfile
- run: yarn lint