[gitlab] Make CI output colorful
This commit is contained in:
parent
d7e8831423
commit
8d19ff9ffd
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ analyze:
|
||||||
- shellcheck --version
|
- shellcheck --version
|
||||||
script:
|
script:
|
||||||
- echo "--------- CHECKING POSIX SHELLSCRIPTS -------------"
|
- echo "--------- CHECKING POSIX SHELLSCRIPTS -------------"
|
||||||
- find . -type f -name '*.sh' | xargs shellcheck
|
- find . -type f -name '*.sh' | xargs shellcheck -Calways
|
||||||
- echo "--------- CHECKING ZSH SHELLSCRIPTS -------------"
|
- echo "--------- CHECKING ZSH SHELLSCRIPTS -------------"
|
||||||
- find . -type f -name '*.zsh' | xargs shellcheck -s bash -e SC2034
|
- find . -type f -name '*.zsh' | xargs shellcheck -Calways -s bash -e SC2034
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in a new issue