Skip to content

feat: add current page tokens for pagination #98

feat: add current page tokens for pagination

feat: add current page tokens for pagination #98

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6
- name: Setup
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'pnpm'
- name: Install
run: pnpm install
- name: Run test
run: pnpm test