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:
David Runge 2021-07-31 17:38:41 +02:00
parent 874166ec7b
commit e58910165f
No known key found for this signature in database
GPG Key ID: 7258734B41C31549

View File

@ -24,7 +24,7 @@ check:
before_script:
- pacman --noconfirm -Syu --needed make shellcheck
script:
- make lint
- make check
stage: check
build_short: