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:
|
||||
- pacman --noconfirm -Syu --needed make shellcheck
|
||||
script:
|
||||
- make lint
|
||||
- make check
|
||||
stage: check
|
||||
|
||||
build_short:
|
||||
|
|
Loading…
Add table
Reference in a new issue