Merge pull request #242 from flathub/drop-ci

Drop the appstream validation ci
This commit is contained in:
Carles Pastor Badosa 2024-08-25 10:59:56 +02:00 committed by GitHub
commit 166c5bf6ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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