Skip to content

Add Norwegian Bokmål translation #139

Add Norwegian Bokmål translation

Add Norwegian Bokmål translation #139

Workflow file for this run

name: Flatpak building test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
flatpak:
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
manifest-path: build-aux/net.nokyan.Resources.Devel.json
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}