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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue