Skip to content

Commit

Permalink
Test Flatpak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davnotdev committed Nov 18, 2023
1 parent 02e84fe commit 6bb17c3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches: [main]
pull_request:
name: CI
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: palette.flatpak
manifest-path: burrow-gtk/com.hackclub.burrow.json
cache-key: flatpak-builder-${{ github.sha }}

0 comments on commit 6bb17c3

Please sign in to comment.