Skip to content

docs: Table component #3138

docs: Table component

docs: Table component #3138

Workflow file for this run

on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build:dev
- run: npm run lint