Skip to content

fix: Pagination 예외 처리 추가 #28

fix: Pagination 예외 처리 추가

fix: Pagination 예외 처리 추가 #28

Workflow file for this run

name: Test
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/[email protected]
- name: install dependencies
run: npm ci