#41 fixed issue with line indendation
This commit is contained in:
parent
6480f11c67
commit
f0d1398aa3
|
@ -2,6 +2,7 @@ stages:
|
|||
- test
|
||||
- build
|
||||
|
||||
|
||||
pandoc_latexmk:
|
||||
image: fastexitlane/pandoc-latex:latest
|
||||
stage: build
|
||||
|
@ -15,22 +16,23 @@ pandoc_latexmk:
|
|||
- ci_commit_sha_short=`git rev-parse --short $CI_COMMIT_SHA`
|
||||
- mv main.pdf main@$ci_commit_sha_short.pdf
|
||||
|
||||
hunspell_chapters:
|
||||
image: fastexitlane/hunspell:latest
|
||||
stage: test
|
||||
script:
|
||||
- export HUNSPELL_FINDINGS=`for filename in chapter/*.md; do hunspell -l -d de_DE_neu_frami,en_US -p ./.hunspellignore $filename; done | sort | uniq`
|
||||
- echo $HUNSPELL_FINDINGS
|
||||
- test "$HUNSPELL_FINDINGS" == ""
|
||||
allow_failure: true
|
||||
|
||||
hunspell_chapters:
|
||||
image: fastexitlane/hunspell:latest
|
||||
stage: test
|
||||
script:
|
||||
- export HUNSPELL_FINDINGS=`for filename in chapter/*.md; do hunspell -l -d de_DE_neu_frami,en_US -p ./.hunspellignore $filename; done | sort | uniq`
|
||||
- echo $HUNSPELL_FINDINGS
|
||||
- test "$HUNSPELL_FINDINGS" == ""
|
||||
allow_failure: true
|
||||
|
||||
|
||||
hunspell_appendix:
|
||||
image: fastexitlane/hunspell:latest
|
||||
stage: test
|
||||
script:
|
||||
- export HUNSPELL_FINDINGS=`for filename in appendix/*.tex; do hunspell -l -d de_DE_neu_frami,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
||||
- echo $HUNSPELL_FINDINGS
|
||||
- test "$HUNSPELL_FINDINGS" == ""
|
||||
allow_failure: true
|
||||
hunspell_appendix:
|
||||
image: fastexitlane/hunspell:latest
|
||||
stage: test
|
||||
script:
|
||||
- export HUNSPELL_FINDINGS=`for filename in appendix/*.tex; do hunspell -l -d de_DE_neu_frami,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
||||
- echo $HUNSPELL_FINDINGS
|
||||
- test "$HUNSPELL_FINDINGS" == ""
|
||||
allow_failure: true
|
||||
|
Loading…
Reference in New Issue
Block a user