From 1f488c5127f3baecf0dfebc27ca5b4fdb7ea9e02 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 30 Jun 2026 21:30:21 +0200 Subject: [PATCH] feat: Only checkout appinfo/ for xml lint Signed-off-by: Daniel Kesselberg --- workflow-templates/lint-info-xml.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workflow-templates/lint-info-xml.yml b/workflow-templates/lint-info-xml.yml index 059b2e6..e557052 100644 --- a/workflow-templates/lint-info-xml.yml +++ b/workflow-templates/lint-info-xml.yml @@ -27,6 +27,8 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false + sparse-checkout: | + appinfo/ - name: Download schema run: wget https://raw.githubusercontent.com/nextcloud/appstore/master/nextcloudappstore/api/v1/release/info.xsd