Skip to content

Translated using Weblate (Italian) #150

Translated using Weblate (Italian)

Translated using Weblate (Italian) #150

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@v5
with:
bundle: "forge-sparks-devel.flatpak"
manifest-path: "com.mardojai.ForgeSparksDevel.json"
run-tests: "true"
cache-key: flatpak-builder-${{ github.sha }}