Skip to content

refactor: 졸업 학점 계산 Catalog 테이블 학과 공통 처리 및 major 우선 로직 반영 #192

refactor: 졸업 학점 계산 Catalog 테이블 학과 공통 처리 및 major 우선 로직 반영

refactor: 졸업 학점 계산 Catalog 테이블 학과 공통 처리 및 major 우선 로직 반영 #192

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