Skip to content

Commit

Permalink
CI: validate the appstream metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Feb 25, 2024
1 parent c276a99 commit b7e273b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,20 @@ jobs:
run: |
octave --eval "pkg uninstall doctest; pkg list"
appstream-validate:
runs-on: fedora:40
steps:
- uses: actions/checkout@v4
- name: Install Appstream
run: |
sudo uname -a
sudo dnf install -y appstream
appstreamcli --version
- name: Validate
run: |
pwd
ls
appstreamcli validate --strict --pedantic --explain io.github.gnu_octave.doctest.metainfo.xml
# Built-in Self Tests for various supported Octave
# TODO: fail-fast -> true later
Expand Down

0 comments on commit b7e273b

Please sign in to comment.