Skip to content

feat: improve description test #118

feat: improve description test

feat: improve description test #118

Workflow file for this run

name: Test package
on: push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
cache: yarn
- run: yarn install --frozen-lockfile
- name: Test the package
run: yarn test