mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16: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
|
||||
script:
|
||||
- yarn run eslint
|
||||
- name: markdownlint
|
||||
node_js:
|
||||
- 10
|
||||
script:
|
||||
- yarn run markdownlint
|
||||
- name: ShellCheck
|
||||
script:
|
||||
- shellcheck bin/heroku bin/setup
|
||||
|
|
Loading…
Reference in a new issue