From e58910165f94900d57fb00827c87d6aaca511d22 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 31 Jul 2021 17:38:41 +0200 Subject: 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`). --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed6aa92..c674294 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ check: before_script: - pacman --noconfirm -Syu --needed make shellcheck script: - - make lint + - make check stage: check build_short: -- cgit v1.2.3-54-g00ecf