Fix content linters
Fix content linters for Omnibus, Runner, and Charts.
We need a .tool-versions file present in the dir to run markdownlint.
This script:
- Curls
.tool-versionsfile from GitLab Docs'smaster. - Creates a
.tool-versionsfile with a custom name.docs-tool-versions(to avoid conflicting with repos' .tool-versions file that can be implemented in the future). -
asdf installthe repo. - Runs
markdownlint. - Deletes
.docs-tool-versions.