Skip to content

fix: PUT/v2/timetables/lecture 검증 로직 추가 #44

fix: PUT/v2/timetables/lecture 검증 로직 추가

fix: PUT/v2/timetables/lecture 검증 로직 추가 #44

name: Check Flyway Version
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