Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lint and fix appstream metadata #281

Merged
merged 2 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,13 @@ jobs:
run: make init
- name: Check code static typing
run: make check-typing
lint-flatpak-metadata:
name: Check flatpak metadata
runs-on: ubuntu-latest
container: ghcr.io/flathub/flatpak-builder-lint:latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check appstream metadata
run: flatpak-builder-lint appstream meta/com.nitrokey.nitrokey-app2.metainfo.xml

2 changes: 1 addition & 1 deletion meta/com.nitrokey.nitrokey-app2.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<category>Qt</category>
</categories>
<releases>
<release version="2.3.1" date="2024-07-19"/>
<release version="2.3.2" date="2024-09-24"/>
<release version="2.3.1" date="2024-07-19"/>
</releases>
<provides>
<binary>nitrokeyapp</binary>
Expand Down
Loading