"chore(ci): add success message to validation step"

This commit is contained in:
AI Bot 2025-10-08 21:30:45 +00:00
parent c6954fe5c4
commit 6f54563a1e
1 changed files with 15 additions and 14 deletions

View File

@ -1,9 +1,9 @@
name: CI
on:
name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
jobs:
build:
runs-on: docker
steps:
@ -12,3 +12,4 @@ jobs:
run: |
test -f project/plan.md
test -f roles/mission_control.md
echo "✅ Structure validated successfully."