Skip to content

metadata: Small fixes #60

metadata: Small fixes

metadata: Small fixes #60

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: CI
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: constrict.flatpak
manifest-path: io.github.wartybix.Constrict.Devel.json
cache-key: flatpak-builder-${{ github.sha }}