Skip to content

feat: 메시지 빌더 구현 #40

feat: 메시지 빌더 구현

feat: 메시지 빌더 구현 #40

Workflow file for this run

name: Test coverage for pull request
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}