Fix metainfo validation
This commit is contained in:
parent
99592ff84e
commit
9b7d0cd909
2 changed files with 4 additions and 3 deletions
|
|
@ -14,8 +14,9 @@ name: Validate MetaInfo
|
|||
jobs:
|
||||
validate-appstream-metainfo:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/flathub/flatpak-builder-lint:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo apt --yes install appstream-util
|
||||
- name: Check the MetaInfo file
|
||||
run: appstream-util validate Source/LoadByOS/LinuxConfigApp/com.getlibation.Libation.metainfo.xml
|
||||
run: flatpak-builder-lint appstream Source/LoadByOS/LinuxConfigApp/com.getlibation.Libation.metainfo.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue