Update CI
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
77011e2b91
commit
5836c9cdf6
1 changed files with 2 additions and 4 deletions
|
@ -1,12 +1,10 @@
|
||||||
stages:
|
stages:
|
||||||
- Lint
|
- Lint
|
||||||
|
|
||||||
before_script:
|
|
||||||
- alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012"
|
|
||||||
|
|
||||||
Lint:
|
Lint:
|
||||||
image: koalaman/shellcheck-alpine:latest
|
image: koalaman/shellcheck-alpine:latest
|
||||||
stage: Lint
|
stage: Lint
|
||||||
|
before_script:
|
||||||
|
- alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012"
|
||||||
script:
|
script:
|
||||||
- shellcheck ./system/.local/bin/*
|
- shellcheck ./system/.local/bin/*
|
||||||
- shellcheck ./system/.config/custom/keyleds
|
- shellcheck ./system/.config/custom/keyleds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue