Also test info.xml validity
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
86c3cb7007
commit
abe9abd323
1 changed files with 7 additions and 0 deletions
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue