CI: Check generated docs on Mac
What changed, and why it matters
This commit adds a single step to the project's Mac CI workflow that verifies generated documentation files are up to date. It is a build/test hygiene change with no security relevance.
No security action needed; this is a routine CI improvement.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change adds uv run gmake check-gen-updated to .github/workflows/macos.yaml after the build step. This target checks that generated documentation matches the committed versions. It affects only CI and does not modify runtime code, build configuration defaults, or documentation content.
Changed components
.github/workflows/macos.yamlInspect captured patch +1 / −0
diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml
index 064f8b95..fd92c0d7 100644
--- a/.github/workflows/macos.yaml
+++ b/.github/workflows/macos.yaml
@@ -51,6 +51,7 @@ jobs:
uv run ./configure --disable-valgrind --disable-compat
uv run gmake
+ uv run gmake check-gen-updated
- name: Start bitcoind in regtest mode
run: |
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.