From 2ca2232afb127f4a7ce4856d03fe3af10ccddca6 Mon Sep 17 00:00:00 2001 From: Lorenzo Torres <52113626+LolzDEV@users.noreply.github.com> Date: Thu, 24 Mar 2022 11:32:48 +0100 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..81be71f --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,19 @@ +on: + push: + branches: [master] + 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: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 + with: + bundle: palette.flatpak + manifest-path: org.gnome.zbrown.Palette.yml + cache-key: flatpak-builder-${{ github.sha }}