xml does not work
This commit is contained in:
parent
ebe7a82aba
commit
0137e04d70
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue