Merge pull request #580 from nextcloud/feat/workflow-auto-update-lint-info-xml.yml

Updating lint-info-xml.yml workflow from template
This commit is contained in:
Julius Härtl 2022-03-08 09:08:52 +01:00 committed by GitHub
commit 97ee8d6170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,10 +22,10 @@ jobs:
uses: actions/checkout@master
- name: Download schema
run: wget https://raw.githubusercontent.com/nextcloud/server/master/resources/app-info-shipped.xsd
run: wget https://raw.githubusercontent.com/nextcloud/appstore/master/nextcloudappstore/api/v1/release/info.xsd
- name: Lint info.xml
uses: ChristophWurst/xmllint-action@v1
with:
xml-file: ./appinfo/info.xml
xml-schema-file: ./app-info-shipped.xsd
xml-schema-file: ./info.xsd