Fix incorrect changes
This commit is contained in:
parent
45f3004b20
commit
7db87b6174
|
|
@ -12,6 +12,6 @@ install: npm install -g markdownlint-cli
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: markdownlint
|
- stage: markdownlint
|
||||||
script: ./test 1
|
script: markdownlint CHANGELOG.md
|
||||||
- stage: spellcheck
|
- stage: spellcheck
|
||||||
script: cat CHANGELOG.md | aspell --lang=en --encoding=utf-8 --personal=./.aspell.en.pws list
|
script: cat CHANGELOG.md | aspell --lang=en --encoding=utf-8 --personal=./.aspell.en.pws list
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Changed log
|
# Changedlog
|
||||||
|
|
||||||
## 5.2.4
|
## 5.2.4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue