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:
|
||||
- Lint
|
||||
|
||||
before_script:
|
||||
- alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012"
|
||||
|
||||
Lint:
|
||||
image: koalaman/shellcheck-alpine:latest
|
||||
stage: Lint
|
||||
before_script:
|
||||
- alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012"
|
||||
script:
|
||||
- shellcheck ./system/.local/bin/*
|
||||
- shellcheck ./system/.config/custom/keyleds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue