"chore(ci): add success message to validation step"
This commit is contained in:
parent
c6954fe5c4
commit
6f54563a1e
|
|
@ -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."
|
||||
Loading…
Reference in New Issue