From 4d6f0061a6cc391b2d4e0f82ecb8201caddd80e2 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sat, 23 Dec 2023 16:18:38 +0000 Subject: [PATCH] Add xml to actions --- .gitea/workflows/repod.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitea/workflows/repod.yml b/.gitea/workflows/repod.yml index ff0b688..7b7b903 100644 --- a/.gitea/workflows/repod.yml +++ b/.gitea/workflows/repod.yml @@ -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: