Skip to content

feat : add Table component #98

feat : add Table component

feat : add Table component #98

Workflow file for this run

name: 🔄 Integration
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run format:check
- run: bun run lint
- run: bun run coverage
- run: bun run build