Skip to content

Commit

Permalink
Create flatpak.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
computergeek1507 authored Sep 17, 2024
1 parent a4a6abd commit 6b584ed
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 @@
name: Flatpak Test
on:
push:
branches: [main]
pull_request:
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: palette.flatpak
manifest-path: org.xlights.xlights.yml
cache-key: flatpak-builder-${{ github.sha }}

0 comments on commit 6b584ed

Please sign in to comment.