mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
modified: .gitlab-ci.yml
This commit is contained in:
parent
fda52ac92f
commit
24210f36fa
@ -21,3 +21,18 @@ other_files:
|
||||
script:
|
||||
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh"
|
||||
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh" -exec false {} +
|
||||
|
||||
spell_check:
|
||||
tage: test
|
||||
image: davidhrbac/docker-npmcheck:latest
|
||||
script:
|
||||
- npm i markdown-spellcheck -g
|
||||
- mdspell '*.md' -rns --en-us
|
||||
|
||||
shellcheck:
|
||||
stage: test
|
||||
image: davidhrbac/docker-shellcheck:latest
|
||||
script:
|
||||
- which shellcheck || apt-get update && apt-get install -y shellcheck
|
||||
- find . -name *.sh -not -path "*.git*" -exec shellcheck {} +
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user