Skip to content

test: add comprehensive unit tests for src/utils/index.ts (#31) #124

test: add comprehensive unit tests for src/utils/index.ts (#31)

test: add comprehensive unit tests for src/utils/index.ts (#31) #124

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn lint
- run: yarn test