Skip to content

Experimental async #768

Experimental async

Experimental async #768

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: CI
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: codespell-project/actions-codespell@master
flatpak-builder:
name: "Flatpak Builder"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with:
bundle: "dialect-devel.flatpak"
manifest-path: "build-aux/flatpak/app.drey.Dialect.Devel.json"
run-tests: "true"
cache-key: flatpak-builder-${{ github.sha }}