Skip to content

feat(posts): 스크롤 유지 추가 #773

feat(posts): 스크롤 유지 추가

feat(posts): 스크롤 유지 추가 #773

Workflow file for this run

name: jest
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
jest:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: 🌱 Install pnpm
uses: ./.github/actions/pnpm-install
- name: 🪤 Jest
run: pnpm jest