Skip to content

Commit 00c2485

Browse files
sbryngelsonclaude
andcommitted
Add doc lint check to CI lint-gate
The precheck script runs lint_docs.py (step 5/5) but CI's lint-gate job was missing it. This meant Doxygen % escaping issues and other doc reference errors were not caught in CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b3925a9 commit 00c2485

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
run: |
5050
! grep -iR -e '\.\.\.' -e '\-\-\-' -e '===' ./src/*
5151
52+
- name: Lint Docs
53+
run: python3 toolchain/mfc/lint_docs.py
54+
5255
file-changes:
5356
name: Detect File Changes
5457
runs-on: 'ubuntu-latest'

0 commit comments

Comments
 (0)