Skip to content

Commit

Permalink
Lint Flatpak XML
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Nov 10, 2024
1 parent 165815c commit 0104a46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
libxkbcommon-x11-0 dbus-x11 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 \
libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 \
libegl1 libxcb-cursor0 libfuse-dev libsqlite3-dev libfuse3-dev pkg-config \
python3-pkgconfig libxxhash-dev borgbackup
python3-pkgconfig libxxhash-dev borgbackup appstream
- name: Install system dependencies (macOS)
if: runner.os == 'macOS'
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
python-version: ${{ matrix.python-version }}
install-nox: true

- name: Validate Flatpak manifest
if: runner.os == 'Linux'
shell: bash
run: appstreamcli validate ./src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
Expand Down

0 comments on commit 0104a46

Please sign in to comment.