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/reuse-lint.yml
|
||||||
- /gitlab-templates/linux-qt6.yml
|
- /gitlab-templates/linux-qt6.yml
|
||||||
- /gitlab-templates/alpine-qt6.yml
|
- /gitlab-templates/alpine-qt6.yml
|
||||||
|
- /gitlab-templates/xml-lint.yml
|
||||||
|
- /gitlab-templates/yaml-lint.yml
|
||||||
|
|
||||||
posix-script-compliance:
|
posix-script-compliance:
|
||||||
image:
|
image:
|
||||||
|
|
|
||||||
16
.kde-ci.yml
16
.kde-ci.yml
|
|
@ -2,8 +2,8 @@
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
- 'on': ['@all']
|
- 'on': ['@all']
|
||||||
'require':
|
'require':
|
||||||
'frameworks/extra-cmake-modules': '@latest-kf6'
|
'frameworks/extra-cmake-modules': '@latest-kf6'
|
||||||
'frameworks/kconfig': '@latest-kf6'
|
'frameworks/kconfig': '@latest-kf6'
|
||||||
'frameworks/kcoreaddons': '@latest-kf6'
|
'frameworks/kcoreaddons': '@latest-kf6'
|
||||||
|
|
@ -24,17 +24,17 @@ Dependencies:
|
||||||
'plasma/plasma-workspace': '@same'
|
'plasma/plasma-workspace': '@same'
|
||||||
'libraries/kirigami-addons': '@latest-kf6'
|
'libraries/kirigami-addons': '@latest-kf6'
|
||||||
Options:
|
Options:
|
||||||
require-passing-tests-on: [ 'Linux', 'FreeBSD']
|
require-passing-tests-on: ['Linux', 'FreeBSD']
|
||||||
|
|
||||||
RuntimeDependencies:
|
RuntimeDependencies:
|
||||||
- 'on': ['Linux']
|
- 'on': ['Linux']
|
||||||
'require':
|
'require':
|
||||||
'plasma/plasma-nm': '@same'
|
'plasma/plasma-nm': '@same'
|
||||||
'plasma/plasma-pa': '@same'
|
'plasma/plasma-pa': '@same'
|
||||||
'plasma/bluedevil': '@same'
|
'plasma/bluedevil': '@same'
|
||||||
'plasma/milou': '@same'
|
'plasma/milou': '@same'
|
||||||
'plasma/qqc2-breeze-style': '@same'
|
'plasma/qqc2-breeze-style': '@same'
|
||||||
'frameworks/bluez-qt': '@latest-kf6'
|
'frameworks/bluez-qt': '@latest-kf6'
|
||||||
- 'on': ['Linux', 'FreeBSD']
|
- 'on': ['Linux', 'FreeBSD']
|
||||||
'require':
|
'require':
|
||||||
'plasma/milou' : '@same'
|
'plasma/milou': '@same'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue