- stages:
- - verify
- project-consistency:
- stage: verify
- image: node:20-alpine
- before_script:
- - npm install --global @fission-ai/openspec@1.2.0
- script:
- - cd 04-新项目源码_source/pri-smart-hospital-miniprogram
- - npm run validate:all
- rules:
- - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- - if: '$CI_COMMIT_BRANCH == "develop"'
|