diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7e17fea..860feed 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,14 +1,15 @@ -name: CI -on: - push: - branches: [ main ] - pull_request: -jobs: - build: - runs-on: docker - steps: - - uses: actions/checkout@v4 - - name: Validate structure - run: | - test -f project/plan.md - test -f roles/mission_control.md + name: CI + on: + push: + branches: [ main ] + pull_request: + jobs: + build: + runs-on: docker + steps: + - uses: actions/checkout@v4 + - name: Validate structure + run: | + test -f project/plan.md + test -f roles/mission_control.md + echo "✅ Structure validated successfully." \ No newline at end of file