xml does not work

This commit is contained in:
Michel Roux 2023-07-02 16:39:53 +02:00
parent ebe7a82aba
commit 0137e04d70
1 changed files with 0 additions and 10 deletions

View File

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