Skip to content

feat: 그룹 참여 구현 #45

feat: 그룹 참여 구현

feat: 그룹 참여 구현 #45

Workflow file for this run

name: Test coverage for pull request
on:
pull_request:
branches:
- main
jobs:
coverage:
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 }}