diff --git a/.github/workflows/flatpak-builder.yml b/.github/workflows/flatpak-builder.yml new file mode 100644 index 0000000..ef7b192 --- /dev/null +++ b/.github/workflows/flatpak-builder.yml @@ -0,0 +1,20 @@ +on: + push: + branches: [main] + pull_request: +name: CI +jobs: + flatpak: + name: "Flatpak" + runs-on: ubuntu-latest + container: + image: bilelmoussaoui/flatpak-github-actions:gnome-40 + options: --privileged + steps: + - uses: actions/checkout@v2 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v4 + with: + repository-name: gnome-nightly + repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo + bundle: hu.kramo.Cartridges.flatpak + manifest-path: hu.kramo.Cartridges.json \ No newline at end of file