Skip to content

upgrade hightable to 0.9.0 (fix row index) (#141) #18

upgrade hightable to 0.9.0 (fix row index) (#141)

upgrade hightable to 0.9.0 (fix row index) (#141) #18

Workflow file for this run

name: root
on:
push:
paths:
- '*'
- 'test/**'
- '.github/workflows/ci_root.yml'
- 'eslint.config.js'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run test