Skip to content

window: Add other apps to about #175

window: Add other apps to about

window: Add other apps to about #175

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: CI
jobs:
flatpak:
name: Flatpak
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with:
bundle: fretboard.flatpak
manifest-path: build-aux/dev.bragefuglseth.Fretboard.Devel.json
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}