Skip to content

Merge pull request #48 from endlessm/fix-appdata-caption-ending #108

Merge pull request #48 from endlessm/fix-appdata-caption-ending

Merge pull request #48 from endlessm/fix-appdata-caption-ending #108

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run pre-commit hooks
uses: pre-commit/[email protected]
flatpak:
name: Flatpak
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Flatpak bundle
uses: flatpak/flatpak-github-actions/[email protected]
with:
bundle: org.endlessos.Key.Devel.flatpak
manifest-path: build-aux/flatpak/org.endlessos.Key.Devel.json
cache: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
cache-key: endless-key-${{ github.sha }}