From 99c1c85a4d72616490c3c5a1a216a421a2ccdfeb Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Thu, 21 Aug 2025 13:32:41 +0200 Subject: [PATCH] Enable qmllint in CI --- .kde-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index dbe87f22..7fd227d1 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -26,6 +26,7 @@ Dependencies: 'libraries/kirigami-addons': '@latest-kf6' Options: require-passing-tests-on: ['Linux', 'FreeBSD'] + run-qmllint: true RuntimeDependencies: - 'on': ['Linux']