Release 1.17.1 #34
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Flatpak Lint | |
on: | |
push: | |
branches: | |
- release | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install the required packages | |
run: sudo apt -y install appstream-util desktop-file-utils | |
- name: Verify the AppStream metadata file | |
run: appstream-util validate net.hovancik.Stretchly.metainfo.xml | |
- name: Verify the desktop file | |
run: desktop-file-validate net.hovancik.Stretchly.desktop |