1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

Add xml/yaml linting

This commit is contained in:
Laurent Montel
2025-01-31 13:53:02 +01:00
parent 9a5643b5e4
commit 92a4bb29d3
3 changed files with 5 additions and 4 deletions

View File

@@ -7,3 +7,5 @@ include:
- /gitlab-templates/linux-qt6.yml
- /gitlab-templates/freebsd-qt6.yml
- /gitlab-templates/flatpak.yml
- /gitlab-templates/xml-lint.yml
- /gitlab-templates/yaml-lint.yml

View File

@@ -2,7 +2,7 @@
# SPDX-License-Identifier: CC0-1.0
Dependencies:
- 'on': ['@all']
- 'on': ['@all']
'require':
'frameworks/extra-cmake-modules': '@latest-kf6'
'frameworks/ki18n': '@latest-kf6'

View File

@@ -142,4 +142,3 @@ parts:
for snap in "core22" "kf6-core22"; do
cd "/snap/$snap/current" && find . -type f,l -exec rm -rf "${CRAFT_PRIME}/{}" \;
done