@hashicorp/pr-checks
v1.0.4
Published
Collection of GitHub Checks to run against Pull Requests
Downloads
177
Maintainers
Keywords
Readme
@hashicorp/pr-checks
A collection of GitHub Checks to run against Pull Requests
Installation
$ npm install @hashicorp/pr-checks
Checks
Below is a list of the available checks provided in this repository:
- Check for duplicate ids
- Check for orphan pages
- Check for invalid frontmatter
- Check for invalid language tags within code blocks
- Check for broken links
How to create your own check
(Guide to writing / testing new check)