Skip to content

Update GnuPG to 1.8.11 and use TGZ archive #100

Update GnuPG to 1.8.11 and use TGZ archive

Update GnuPG to 1.8.11 and use TGZ archive #100

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
types:
- opened
- reopened
- synchronize
jobs:
flatpak:
name: Flatpak
runs-on: ubuntu-latest
container:
image: ghcr.io/elementary/flatpak-platform/runtime:daily
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
bundle: obliviate.flatpak
manifest-path: com.github.elfenware.obliviate.yml
run-tests: true
repository-name: appcenter
repository-url: https://flatpak.elementary.io/repo.flatpakrepo
cache-key: "flatpak-builder-${{ github.sha }}"
lint:
name: Lint
runs-on: ubuntu-latest
container:
image: valalang/lint
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint
run: io.elementary.vala-lint -d .