John Bampton
John Bampton
Add a basic `markdownlint` config file. Add a `yamllint` config file. Lint both Markdown and YAML files.
Another lot of spelling fixes and this has 53 additions and some that are not in the other PRs The other two PRs for typo fixes only have 28 and...
Broken link is: https://developer.apple.com/library/archive/documentation/Darwin/Reference/ManPages/man1/install-info.1.html
**Describe the bug** List of possible spelling mistakes from running `codespell` on the project https://github.com/codespell-project/codespell **To Reproduce** ``` % codespell . ./readme-base.md:7: applicaiton ==> application ./readme-base.md:19: acording ==> according ./CHANGELOG.md:46:...
- Run only on pull request - Checks for dead links in Markdown files - First run will check all files and then we will have a list of dead...
…YAML Lint Markdown and YAML. Fix spelling.
Refactor old GitHub Actions