Skip to content

feat: remove borderedRows prop and rename stripedRows prop to `ro… #23

feat: remove borderedRows prop and rename stripedRows prop to `ro…

feat: remove borderedRows prop and rename stripedRows prop to `ro… #23

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
permissions:
contents: read
jobs:
test:
name: Test packages
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 24
package-manager-cache: false
- name: Setup pnpm
run: |
corepack enable
corepack prepare pnpm@11.1.3 --activate
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run release verification tests
run: pnpm -w run test:release