From a3b735c664a8c5d50a88f16d8aafbae0cf1627ee Mon Sep 17 00:00:00 2001 From: Carles Pastor Date: Sat, 24 Aug 2024 18:50:28 +0200 Subject: [PATCH] Drop the appstream validation ci for historical reasons this flatpak has an appid that is considered invalid because of capitalization so the validation would always fail. --- .github/workflows/main.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 15b33e2..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: CI -on: - push: - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -jobs: - appstream-validate: - runs-on: ubuntu-24.04 - steps: - - uses: actions/checkout@v4 - - - name: Install appstream - run: | - sudo apt-get update - sudo apt-get install -y appstream - - - name: Validate metainfo - run: | - appstreamcli validate --strict --pedantic --explain org.DolphinEmu.dolphin-emu.metainfo.xml