Gradience/.github/workflows/flatpak.yml
Workflow config file is invalid. Please check your config file: yaml: line 15: mapping values are not allowed in this context
2022-08-10 19:02:42 +02:00

20 lines
545 B
YAML

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:
- name: Checkout
uses: actions/checkout@v3.0.2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
bundle: palette.flatpak
manifest-path: com.github.AdwCustomizerTeam.AdwCustomizer.json
cache-key: flatpak-builder-${{ github.sha }}