mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-16 20:38:04 +00:00
fix: ci - remove local architecture kit gate
This commit is contained in:
@@ -36,9 +36,6 @@ jobs:
|
|||||||
run: python3 scripts/check-metadata.py
|
run: python3 scripts/check-metadata.py
|
||||||
- name: Check llms and AI citation paths and anchors
|
- name: Check llms and AI citation paths and anchors
|
||||||
run: python3 scripts/check-ai-citation.py
|
run: python3 scripts/check-ai-citation.py
|
||||||
- name: Check modern enterprise architecture starter kit
|
|
||||||
run: make check-modern-architecture-kit
|
|
||||||
|
|
||||||
link-checker:
|
link-checker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
+1
-2
@@ -17,8 +17,7 @@ exclude_path = [
|
|||||||
'^docs/references/sources(/|$)',
|
'^docs/references/sources(/|$)',
|
||||||
# This architecture blueprint contains many official external references
|
# This architecture blueprint contains many official external references
|
||||||
# whose CDNs can timeout from GitHub-hosted runners. Internal links and
|
# whose CDNs can timeout from GitHub-hosted runners. Internal links and
|
||||||
# executable artifacts remain covered by scripts/check-local-links.py and
|
# executable artifacts remain covered by scripts/check-local-links.py.
|
||||||
# scripts/check-modern-architecture-kit.py.
|
|
||||||
'^docs/references/modern-enterprise-architecture-template\.md$',
|
'^docs/references/modern-enterprise-architecture-template\.md$',
|
||||||
'^tools/external(/|$)',
|
'^tools/external(/|$)',
|
||||||
'^tools/chat-vault(/|$)',
|
'^tools/chat-vault(/|$)',
|
||||||
|
|||||||
Reference in New Issue
Block a user