Print available Proton versions on missing value #66
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: Validate AppStream | |
on: [push, pull_request] | |
permissions: read-all | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install appstreamcli | |
run: sudo apt install appstream | |
- name: Validate AppStream metadata | |
run: appstreamcli validate data/com.github.Matoking.protontricks.metainfo.xml |