You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the entire tracked Markdown corpus lints clean, replace the
changed-files detection (added vs. modified, with the modified step
previously advisory) with a step that lints all git-tracked Markdown.
Linting the git-tracked file list rather than a filesystem glob lints the
canonical versioned collections once and skips the `_latest` symlinks
(git stores them as single symlink entries, so a `**/*.md` glob would
double-lint their targets). Generated reference docs are gitignored and so
are also excluded; vendor/output/references_output stay excluded via
.markdownlint-cli2.yaml.
Closes#344
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Michael Harp <mike@mikeharp.com>
0 commit comments