mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Add xml/yaml linting
This commit is contained in:
parent
a292bac8b0
commit
8f9a1893ec
2 changed files with 10 additions and 8 deletions
|
|
@ -7,6 +7,8 @@ include:
|
|||
- /gitlab-templates/reuse-lint.yml
|
||||
- /gitlab-templates/linux-qt6.yml
|
||||
- /gitlab-templates/alpine-qt6.yml
|
||||
- /gitlab-templates/xml-lint.yml
|
||||
- /gitlab-templates/yaml-lint.yml
|
||||
|
||||
posix-script-compliance:
|
||||
image:
|
||||
|
|
|
|||
10
.kde-ci.yml
10
.kde-ci.yml
|
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
Dependencies:
|
||||
- 'on': ['@all']
|
||||
- 'on': ['@all']
|
||||
'require':
|
||||
'frameworks/extra-cmake-modules': '@latest-kf6'
|
||||
'frameworks/kconfig': '@latest-kf6'
|
||||
|
|
@ -24,10 +24,10 @@ Dependencies:
|
|||
'plasma/plasma-workspace': '@same'
|
||||
'libraries/kirigami-addons': '@latest-kf6'
|
||||
Options:
|
||||
require-passing-tests-on: [ 'Linux', 'FreeBSD']
|
||||
require-passing-tests-on: ['Linux', 'FreeBSD']
|
||||
|
||||
RuntimeDependencies:
|
||||
- 'on': ['Linux']
|
||||
- 'on': ['Linux']
|
||||
'require':
|
||||
'plasma/plasma-nm': '@same'
|
||||
'plasma/plasma-pa': '@same'
|
||||
|
|
@ -35,6 +35,6 @@ RuntimeDependencies:
|
|||
'plasma/milou': '@same'
|
||||
'plasma/qqc2-breeze-style': '@same'
|
||||
'frameworks/bluez-qt': '@latest-kf6'
|
||||
- 'on': ['Linux', 'FreeBSD']
|
||||
- 'on': ['Linux', 'FreeBSD']
|
||||
'require':
|
||||
'plasma/milou' : '@same'
|
||||
'plasma/milou': '@same'
|
||||
|
|
|
|||
Loading…
Reference in a new issue