[neon-notifications] Changes in repo-metadata

Neon CI noreply at kde.org
Sat Sep 30 19:46:20 BST 2023


commit 48ee6215c549aa3e53b45f12c87eeff139f3db18
Author: Johnny Jazeix <jazeix at gmail.com>
Date:   Fri Sep 29 08:11:56 2023 +0200

    add json validation

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c5a7a7d..c3656480 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,3 +38,6 @@ lint:
     - mypy --strict --ignore-missing-imports dependencies/tools/build_order
     - mypy --strict dependencies/tools/list_dependencies
     - mypy --strict dependencies/tools/list_preferred_repo_branch
+
+include:
+  - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/json-validation.yml
diff --git a/.kde-ci.yml b/.kde-ci.yml
new file mode 100644
index 00000000..1a97ce72
--- /dev/null
+++ b/.kde-ci.yml
@@ -0,0 +1,5 @@
+# SPDX-FileCopyrightText: 2023 Johnny Jazeix <jazeix at gmail.com>
+# SPDX-License-Identifier: CC0-1.0
+
+Options:
+  json-validate-include: ["dependencies/logical-module-structure"]



More information about the neon-notifications mailing list