Skip to content

Update blank.yml

Update blank.yml #2

Workflow file for this run

name: CI
on:
push:
branches: [ "*" ]
paths-ignore:
- '**.md'
pull_request:
workflow_dispatch:
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/[email protected]
with:
manifest-path: org.freedesktop.Sdk.Extension.ocaml.yaml
cache-key: flatpak-builder-${{ github.sha }}