Add xml to actions
Some checks failed
repod / nextcloud (push) Failing after 59s
repod / xml (push) Successful in 51s
repod / nodejs (push) Failing after 1m44s

This commit is contained in:
Michel Roux 2023-12-23 16:18:38 +00:00
parent 71200329cd
commit 4d6f0061a6

View File

@ -16,6 +16,16 @@ jobs:
- run: composer run cs:check
- run: composer run psalm:check
xml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: wget https://raw.githubusercontent.com/nextcloud/appstore/master/nextcloudappstore/api/v1/release/info.xsd
- uses: ChristophWurst/xmllint-action@v1
with:
xml-file: ./appinfo/info.xml
xml-schema-file: ./info.xsd
nodejs:
runs-on: ubuntu-latest
steps: