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
This commit is contained in:
Pavel Lobashov 2020-08-20 11:28:23 +03:00
parent 2ad6539d2c
commit 8c414e6947
2 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,7 @@ jobs:
- stage: markdownlint
script:
- npm install -g markdownlint-cli
- markdownlint CHANGELOG.md Roadmap.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)