Skip to content

Merge branch 'main' of https://github.com/lainsce/colorway #94

Merge branch 'main' of https://github.com/lainsce/colorway

Merge branch 'main' of https://github.com/lainsce/colorway #94

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: CI
jobs:
flatpak:
name: Flatpak
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-42
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
bundle: io.github.lainsce.Notejot.Colorway.Devel.flatpak
manifest-path: io.github.lainsce.Colorway.Devel.json
cache-key: flatpak-builder-${{ github.sha }}
run-tests: true