Skip to content

Updated Dutch translation (#25) #59

Updated Dutch translation (#25)

Updated Dutch translation (#25) #59

Workflow file for this run

# SPDX-FileCopyrightText: d-k-bo <d-k-bo@mailbox.org>
# SPDX-License-Identifier: CC0-1.0
name: CI
on:
push:
branches: [main]
pull_request:
jobs:
flatpak:
name: "Flatpak"
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47
options: --privileged
strategy:
matrix:
variant:
- arch: x86_64
runner: ubuntu-24.04
- arch: aarch64
runner: ubuntu-24.04-arm
fail-fast: false
runs-on: ${{ matrix.variant.runner }}
steps:
- uses: actions/checkout@v4
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: televido.flatpak
manifest-path: build-aux/de.k_bo.Televido.Devel.json
cache-key: flatpak-builder-${{ github.sha }}
run-tests: true
arch: ${{ matrix.variant.arch }}
verbose: true