We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ffe34 commit b8b0e0aCopy full SHA for b8b0e0a
.github/workflows/ci.yml
@@ -63,6 +63,7 @@ jobs:
63
- name: Validate desktop entry
64
run: desktop-file-validate dk.gqrx.gqrx.desktop
65
- name: Validate appstream metadata
66
+ if: matrix.image == 'ubuntu:24.04'
67
run: appstreamcli validate --no-net dk.gqrx.gqrx.appdata.xml
68
macos-build:
69
name: MacOS CI
0 commit comments