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
chore: update markdownlintignore and pre-commit config
Add `.github/` to `.markdownlintignore` to exclude GitHub-specific
files from markdown linting, as they are not relevant for content
validation.
Integrate `markdownlint` into the pre-commit configuration to ensure
consistent markdown style and formatting across the project. This
addition helps maintain code quality and readability by automatically
checking markdown files before commits.
0 commit comments