Skip to content

Allow passing in pagination props into the Pagination component #35

Allow passing in pagination props into the Pagination component

Allow passing in pagination props into the Pagination component #35

Workflow file for this run

name: test-build
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
cache: 'npm'
- run: npm install
- run: npm run build:prod