Skip to content

Devel css class

Devel css class #157

Workflow file for this run

name: Flatpak
on:
push:
paths-ignore:
- '**/README.md'
pull_request:
paths-ignore:
- '**/README.md'
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/[email protected]
with:
bundle: xyz.ketok.Speedtest.Devel.flatpak
manifest-path: xyz.ketok.Speedtest.Devel.yml
cache-key: flatpak-builder-${{ github.sha }}
# - uses: flatpak/flatpak-github-actions/[email protected]
# with:
# flat-manager-url: https://flatpak-api.ketok.xyz/
# repository: nightly
# token: ${{ secrets.FLATPAK_TOKEN }}