Skip to content

Show toast message after copying an URL #27

Show toast message after copying an URL

Show toast message after copying an URL #27

Workflow file for this run

# SPDX-FileCopyrightText: d-k-bo <[email protected]>
# SPDX-License-Identifier: CC0-1.0
name: CI
on:
push:
branches: [main]
pull_request:
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: televido.flatpak
manifest-path: build-aux/de.k_bo.Televido.Devel.json
cache-key: flatpak-builder-${{ github.sha }}
run-tests: true