fix: 어드민 유저가 채팅방을 나가도 목록에 조회되는 문제 해결 #203
Workflow file for this run
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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 | |
| - name: Fetch all branches | |
| run: git fetch --all | |
| - name: Run Flyway version check | |
| run: python .github/SCRIPT/check_flyway_version.py |