fix: 팀원 모집 알림 단건 명령을 recipient 범위의 멱등 처리로 통일 #1128
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Flyway Version Validator | |
| on: [pull_request] | |
| jobs: | |
| check-flyway-version: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v2 | |
| - name: Fetch all branches | |
| run: git fetch --all | |
| - name: Run Flyway version check | |
| run: python .github/SCRIPT/check_flyway_version.py |