Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm run build

- name: Check internal links
run: python3 .warp/skills/check_for_broken_links/check_links.py --internal-only
run: python3 .agents/skills/check_for_broken_links/check_links.py --internal-only

# Production-only audit; gate on high+ so dev-only deprecation chatter
# doesn't break PRs. The `|| true` keeps it informational; tighten this
Expand Down
Loading