Also test info.xml validity

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2020-02-10 15:27:10 +01:00 committed by Raimund Schlüßler
parent 86c3cb7007
commit abe9abd323
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -18,6 +18,13 @@ jobs:
coverage: none
- name: Lint
run: composer run lint
- name: Download schema
run: wget https://apps.nextcloud.com/schema/apps/info.xsd
- name: Lint info.xml
uses: ChristophWurst/xmllint-action@v1
with:
xml-file: ./appinfo/info.xml
xml-schema-file: ./info.xsd
node-linters:
runs-on: ubuntu-latest