Skip to content

feat: Accept non-breaking spaces as subsitutes for regular ones #245

feat: Accept non-breaking spaces as subsitutes for regular ones

feat: Accept non-breaking spaces as subsitutes for regular ones #245

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@v4
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: keypunch.flatpak
manifest-path: build-aux/dev.bragefuglseth.Keypunch.Devel.json
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}