Skip to content

fix: πŸ› Fixed invalid PaginationInputSchema in the node-api #146

fix: πŸ› Fixed invalid PaginationInputSchema in the node-api

fix: πŸ› Fixed invalid PaginationInputSchema in the node-api #146

Workflow file for this run

name: Test
on:
push:
branches:
- develop
pull_request:
branches:
- develop
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
uses: ./.github/actions/install-dependencies
- name: Lint
run: pnpm lint
- name: Test
run: pnpm test