Skip to content

Commit 1f488c5

Browse files
committed
feat: Only checkout appinfo/ for xml lint
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent 426142f commit 1f488c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

workflow-templates/lint-info-xml.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2828
with:
2929
persist-credentials: false
30+
sparse-checkout: |
31+
appinfo/
3032
3133
- name: Download schema
3234
run: wget https://raw.githubusercontent.com/nextcloud/appstore/master/nextcloudappstore/api/v1/release/info.xsd

0 commit comments

Comments
 (0)