Skip to content

feat: 그룹 수정 커맨드 및 관련 이벤트 구현 #31

feat: 그룹 수정 커맨드 및 관련 이벤트 구현

feat: 그룹 수정 커맨드 및 관련 이벤트 구현 #31

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 }}