gitlab-ci: Call renamed check target
.gitlab-ci.yml: Change the called make target in the gitlab CI check target to `check` (it has been renamed from `lint`).
This commit is contained in:
parent
874166ec7b
commit
e58910165f
@ -24,7 +24,7 @@ check:
|
|||||||
before_script:
|
before_script:
|
||||||
- pacman --noconfirm -Syu --needed make shellcheck
|
- pacman --noconfirm -Syu --needed make shellcheck
|
||||||
script:
|
script:
|
||||||
- make lint
|
- make check
|
||||||
stage: check
|
stage: check
|
||||||
|
|
||||||
build_short:
|
build_short:
|
||||||
|
Loading…
Reference in New Issue
Block a user