Skip to content

통합 워크플로우 #2

통합 워크플로우

통합 워크플로우 #2

Workflow file for this run

name: 🔄 Integration
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run format:check
- run: bun run lint
- run: bun run coverage
- run: bun run build