Skip to content

feat: imageUrls가 null인 경우 빈 리스트로 초기화한다. #5

feat: imageUrls가 null인 경우 빈 리스트로 초기화한다.

feat: imageUrls가 null인 경우 빈 리스트로 초기화한다. #5

Workflow file for this run

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