mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2024-11-24 22:55:38 +00:00
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.
This commit is contained in:
parent
dcb79adbaa
commit
a3b735c664
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue