Skip to content

fix: 유저 정보 변경 시 슬랙 메시지를 전송하도록 수정 #9

fix: 유저 정보 변경 시 슬랙 메시지를 전송하도록 수정

fix: 유저 정보 변경 시 슬랙 메시지를 전송하도록 수정 #9

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