refactor: 폴더 구조 변경

This commit is contained in:
donghyeon-ka
2026-08-02 00:22:19 +09:00
parent f9c463f87a
commit be2f8e4863
1869 changed files with 4565 additions and 295591 deletions
+25
View File
@@ -0,0 +1,25 @@
name: infra-validate
on:
pull_request:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pinned tools
uses: jdx/mise-action@v4.2.3
with:
install: true
cache: true
- name: Validate infrastructure source
env:
VALIDATION_PROFILE: full
run: make check