Skip to content

Narrow BufferAttribute's array to TypedArray #805

Narrow BufferAttribute's array to TypedArray

Narrow BufferAttribute's array to TypedArray #805

Workflow file for this run

name: CI
on:
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'yarn'
# Get local dependencies
- run: yarn install
# Run tests
- run: yarn run prettier:check
- run: yarn run test-all