Doctoc Validate
Version updated for https://github.com/kotanys/doctoc-validate-action to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action checks if the table of contents (TOC) generated by doctoc is up-to-date with the markdown files in a project, ensuring that TOCs are consistent and accurate. It automatically fails builds if any TOC needs to be regenerated, thus enforcing up-to-date TOCs in CI environments.
What’s Changed
Initial release.
- No colons, spaces, tabs, and newlines in patterns (file names) are allowed.
- Manually setting globbing options is not possible (globstar and nullglob are set).