Initial CI/CD pipeline #3

Merged
echo merged 10 commits from feature/ci-pipeline into main 2026-06-23 23:36:15 +00:00
Showing only changes of commit 99b1df16f6 - Show all commits

View file

@ -23,6 +23,9 @@ jobs:
options: --privileged options: --privileged
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Add Flathub remote
run: |
flatpak remote-add --system --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- uses: https://github.com/flatpak/flatpak-github-actions/flatpak-builder@v6.7 - uses: https://github.com/flatpak/flatpak-github-actions/flatpak-builder@v6.7
with: with:
manifest-path: dev.bscubed.Luminate.json manifest-path: dev.bscubed.Luminate.json