From bddd0e544d6b72929476d5dd5393127aa41efbcf Mon Sep 17 00:00:00 2001 From: bbhtt Date: Wed, 12 Feb 2025 10:46:57 +0530 Subject: [PATCH] ci: Validate metainfo file in CI --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 049a774..63c89db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,6 +115,10 @@ jobs: flatpak run --command=flatpak-builder-lint org.flatpak.Builder//localtest --exceptions builddir builddir flatpak run --command=flatpak-builder-lint org.flatpak.Builder//localtest --exceptions repo repo + - name: Validate the metainfo file + run: | + flatpak run --command=flatpak-builder-lint org.flatpak.Builder//localtest appstream org.flatpak.Builder.metainfo.xml + - name: Build org.freedesktop.appstream.cli with org.flatpak.Builder run: | git clone --depth=1 --branch master --single-branch --recursive https://github.com/flathub/org.freedesktop.appstream.cli.git