Skip to content

Update protobuf and cockatrice modules #41

Update protobuf and cockatrice modules

Update protobuf and cockatrice modules #41

Workflow file for this run

name: Lint
on: pull_request
jobs:
validate-appdata:
name: Validate AppData
runs-on: ubuntu-latest
container: ubuntu:rolling
steps:
- uses: actions/checkout@v4
- run: apt-get update
- run: apt-get -y install appstream
- name: Print versions
run: |
cat /etc/os-release | egrep "PRETTY_NAME|VERSION_ID"
echo ""
appstreamcli --version
- run: appstreamcli validate --pedantic io.github.Cockatrice.cockatrice.metainfo.xml