Skip to content

fix: PR 파일 집계에 rename 상태 포함 #21

fix: PR 파일 집계에 rename 상태 포함

fix: PR 파일 집계에 rename 상태 포함 #21

Workflow file for this run

name: Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun test handlers/
- run: bun test tests/