Skip to content

[FEAT] cursor 방식 페이지네이션 구현 #102

[FEAT] cursor 방식 페이지네이션 구현

[FEAT] cursor 방식 페이지네이션 구현 #102

name: Check Lint
on:
pull_request:
types: [opened, reopened, synchronize]
branches: ['main']
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn
- run: yarn run lint
working-directory: .