Skip to content

Sync with system color scheme instead of ModeSwitch #7

Sync with system color scheme instead of ModeSwitch

Sync with system color scheme instead of ModeSwitch #7

Workflow file for this run

on:
pull_request:
types:
- opened
- reopened
- synchronize
name: CI
jobs:
flatpak-builder:
name: "Flatpak Builder"
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@master
with:
bundle: "sequeler-nightly.flatpak"
manifest-path: "build-aux/com.github.alecaddd.sequeler.json"
run-tests: true
cache-key: "flatpak-builder-${{ github.sha }}"