xml does not work
All checks were successful
repod / nextcloud-25 (push) Successful in 59s
repod / nextcloud-27 (push) Successful in 55s
repod / nodejs (push) Successful in 1m32s

This commit is contained in:
Michel Roux 2023-07-02 16:39:53 +02:00
parent ebe7a82aba
commit 0137e04d70

View File

@ -2,16 +2,6 @@ name: repod
on: [push] on: [push]
jobs: jobs:
xml-linters:
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
nextcloud-25: nextcloud-25:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: nextcloud:25 container: nextcloud:25