mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 04:25:39 +00:00
[TEST] Appdata validator
This commit is contained in:
parent
6bd109dcba
commit
e31b5090ba
4
.github/workflows/TEST_release_info.yml
vendored
4
.github/workflows/TEST_release_info.yml
vendored
|
@ -32,6 +32,10 @@ jobs:
|
|||
git submodule update
|
||||
sudo apt install -y flatpak flatpak-builder p7zip-full xmlstarlet
|
||||
|
||||
- name: Validating the appdata
|
||||
run: appstream-util validate "net.retrodeck.retrodeck.appdata.xml"
|
||||
continue-on-error: true
|
||||
|
||||
- name: Getting version info
|
||||
id: version
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue