Skip to content

Commit 8d479b4

Browse files
Merge pull request #754 from nextcloud/only-checkout-appinfo-for-xml-lint
feat: Only checkout appinfo/ for xml lint
2 parents 426142f + 1f488c5 commit 8d479b4

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)