Skip to content

alv column: fix type (#36) #155

alv column: fix type (#36)

alv column: fix type (#36) #155

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
unit:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm test