Update Roadmap.md (#958)
* Update Roadmap.md Roadmap updated in accordance with the internal document * Fix markdown issues in Roadmap Add Roadmap.md to markdownlint check in CI * Change name of Roadmap file to capital letters It's more tradiotonal to name info files in uppercase See: https://softwareengineering.stackexchange.com/a/301708/359643 Co-authored-by: Pavel Lobashov <shockwavenn@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
- stage: markdownlint
|
||||
script:
|
||||
- npm install -g markdownlint-cli
|
||||
- markdownlint CHANGELOG.md
|
||||
- markdownlint CHANGELOG.md ROADMAP.md
|
||||
- stage: spellcheck
|
||||
script:
|
||||
- SPELLCHECK_OUT=$(cat CHANGELOG.md | aspell --lang=en --encoding=utf-8 --personal=./.aspell.en.pws list)
|
||||
|
||||
Reference in New Issue
Block a user