Skip to content

feat: ๋งˆ์ผ€ํŒ… ํŽ˜์ด์ง€์— Testimonials ์„น์…˜ ์ถ”๊ฐ€ #170

feat: ๋งˆ์ผ€ํŒ… ํŽ˜์ด์ง€์— Testimonials ์„น์…˜ ์ถ”๊ฐ€

feat: ๋งˆ์ผ€ํŒ… ํŽ˜์ด์ง€์— Testimonials ์„น์…˜ ์ถ”๊ฐ€ #170

Workflow file for this run

name: Integration ๐Ÿ”€
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
- uses: actions/checkout@v7
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run format
- run: bun run lint
- run: bun run coverage
- uses: codecov/codecov-action@v7
with:
token: ${{ secrets.CODECOV_TOKEN }}
- run: bun run build