Skip to content

Commit

Permalink
Setup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketok4321 committed Aug 6, 2023
1 parent 78b4da7 commit b63b53c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Flatpak

on:
push:
branches: [main]
pull_request:

jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/[email protected]
with:
bundle: xyz.ketok.Speedtest.flatpak
manifest-path: ../../xyz.ketok.Speedtest.yml
cache-key: flatpak-builder-${{ github.sha }}

0 comments on commit b63b53c

Please sign in to comment.