Skip to content

Commit

Permalink
[POT-60] [feat] yml 검증 스크립트 github action 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
donghyuk454 committed Jun 27, 2024
1 parent 2c6f9c8 commit b42f1f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
touch ./application-worker-dev.yml
echo "${{ secrets.WORKER_APPLICATION_DEV_YML }}" > ./application-worker-dev.yml
- name: check yml config validation
shell: bash
run: |
./script/checkConfigValidation.sh
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

Expand Down

0 comments on commit b42f1f2

Please sign in to comment.