Skip to content

Commit

Permalink
Merge pull request #1039 from jwillikers/fix-metadata
Browse files Browse the repository at this point in the history
Fix metainfo validation
  • Loading branch information
rmcrackan authored Nov 14, 2024
2 parents 99592ff + 9b7d0cd commit f1c8b32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/validate-appstream-metainfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/rmcrackan/Libation/refs/heads/master/Source/LoadByOS/LinuxConfigApp/screenshots/filter.png</image>
<caption>Listing of audiobooks filtered to show titles from a specific series</caption>
<caption>Filtered listing of audiobooks</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/rmcrackan/Libation/refs/heads/master/Source/LoadByOS/LinuxConfigApp/screenshots/important-settings.png</image>
Expand Down

0 comments on commit f1c8b32

Please sign in to comment.