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:
parent
2ad6539d2c
commit
8c414e6947
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue