Update .gitlab-ci.yml
This commit is contained in:
parent
fb754b8c27
commit
e2cd66135a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ before_script:
|
|||
- apt-get update && apt-get install -y --no-install-recommends shellcheck
|
||||
- shopt -s expand_aliases
|
||||
- alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090"
|
||||
|
||||
Lint:
|
||||
script:
|
||||
- shellcheck ./system/bin/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue