mirror of
https://github.com/borgbase/vorta
synced 2024-12-21 23:33:13 +00:00
Lint Flatpak XML
This commit is contained in:
parent
165815cca5
commit
fbbe21b237
3 changed files with 7 additions and 4 deletions
|
@ -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'
|
||||
|
|
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -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' }}
|
||||
|
|
|
@ -44,9 +44,7 @@
|
|||
<releases>
|
||||
<release version="v0.10.0" date="2024-11-10" urgency="low">
|
||||
<description>
|
||||
<p>See <a href="https://github.com/borgbase/vorta/releases">Github</a>
|
||||
for detailed release notes.
|
||||
</p>
|
||||
See Github for detailed release notes: github.com/borgbase/vorta/releases
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
|
|
Loading…
Reference in a new issue