mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 10:46:30 -05:00
chore: add markdown linter in travis CI
Signed-off-by: oupala <oupala@users.noreply.github.com>
This commit is contained in:
parent
3d0cdc914c
commit
94058ef0a0
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ jobs:
|
||||||
- 10
|
- 10
|
||||||
script:
|
script:
|
||||||
- yarn run eslint
|
- yarn run eslint
|
||||||
|
- name: markdownlint
|
||||||
|
node_js:
|
||||||
|
- 10
|
||||||
|
script:
|
||||||
|
- yarn run markdownlint
|
||||||
- name: ShellCheck
|
- name: ShellCheck
|
||||||
script:
|
script:
|
||||||
- shellcheck bin/heroku bin/setup
|
- shellcheck bin/heroku bin/setup
|
||||||
|
|
Loading…
Reference in a new issue