Skip to content

Commit 317769c

Browse files
committed
validate appstream metainfo
1 parent b6499ee commit 317769c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: validate appstream metainfo
2+
3+
on:
4+
- push
5+
- pull_request
6+
7+
permissions:
8+
contents: read
9+
10+
jobs:
11+
validate-appstream-metainfo:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v5
15+
with:
16+
persist-credentials: false
17+
- name: Install appstreamcli
18+
run: sudo apt-get install -y appstreamcli
19+
- name: Validate
20+
run: appstreamcli validate gui/resources/com.oppzippy.OpenSCQ30.metainfo.xml

0 commit comments

Comments
 (0)