8000 Release 2.0.2 · ellie-commons/taxi@dfcbc62 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Release 2.0.2

Release 2.0.2 #22

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
flatpak:
runs-on: ubuntu-latest
container:
image: ghcr.io/elementary/flatpak-platform/runtime:6
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
with:
bundle: Taxi.flatpak
manifest-path: com.github.alecaddd.taxi.yml
run-tests: true
repository-name: appcenter
repository-url: https://flatpak.elementary.io/repo.flatpakrepo
cache-key: "flatpak-builder-${{ github.sha }}"
0