Skip to content

fix: 매칭 이력 PR 자동 머지 및 6/29 중복 기록 제거 #110

fix: 매칭 이력 PR 자동 머지 및 6/29 중복 기록 제거

fix: 매칭 이력 PR 자동 머지 및 6/29 중복 기록 제거 #110

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Lint & Format check
run: bun run lint
- name: Run tests
run: bun test