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/linux-qt6.yml
- /gitlab-templates/freebsd-qt6.yml - /gitlab-templates/freebsd-qt6.yml
- /gitlab-templates/flatpak.yml - /gitlab-templates/flatpak.yml
- /gitlab-templates/xml-lint.yml
- /gitlab-templates/yaml-lint.yml

View File

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