Skip to content

refactor: improve length property #20

refactor: improve length property

refactor: improve length property #20

Workflow file for this run

name: Standard
on: [pull_request, push, workflow_dispatch]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Check types
run: npm run type-check
- name: Test
run: npm run test