Skip to content

Commit

Permalink
Add xml/yaml linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Montel committed Feb 3, 2025
1 parent e6279cf commit 9b3edc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ include:
- project: sysadmin/ci-utilities
file:
- /gitlab-templates/linux-qt6.yml
- /gitlab-templates/xml-lint.yml
- /gitlab-templates/yaml-lint.yml
6 changes: 3 additions & 3 deletions .kde-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# SPDX-License-Identifier: CC0-1.0

Dependencies:
- 'on': ['@all']
'require':
- 'on': ['@all']
'require':
'frameworks/extra-cmake-modules': '@latest-kf6'
'frameworks/kio': '@latest-kf6'
'frameworks/ki18n': '@latest-kf6'
Expand All @@ -22,4 +22,4 @@ Dependencies:
'plasma/plasma-activities': '@latest-kf6' # Different branch scheme due to being a former Framework

Options:
require-passing-tests-on: [ 'Linux', 'FreeBSD']
require-passing-tests-on: ['Linux', 'FreeBSD']

0 comments on commit 9b3edc1

Please sign in to comment.