Skip to content

readme: Use modern Flathub badge #168

readme: Use modern Flathub badge

readme: Use modern Flathub badge #168

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 }}