Skip to content

[Bot] Update i18n on 2.33.1.addons #4373

[Bot] Update i18n on 2.33.1.addons

[Bot] Update i18n on 2.33.1.addons #4373

Workflow file for this run

name: Flatpak Packages
on:
push:
branches:
- main
- "releases/**"
pull_request:
branches:
- main
- "releases/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.10
options: --privileged
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Run manifest linters
continue-on-error: true
shell: bash
run: flatpak run --command=flatpak-builder-lint org.flatpak.Builder manifest linux/flatpak/org.mozilla.vpn.yml
- name: Build flatpak
uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: mozillavpn.flatpak
manifest-path: linux/flatpak/org.mozilla.vpn.yml
cache: ${{ github.event_name == 'push' }}
cache-key: flatpak-builder-${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.sha }}
- name: Run post-build linters
continue-on-error: true
run: flatpak-builder-lint builddir flatpak_app