Skip to content

Small code enhancements (#117) #175

Small code enhancements (#117)

Small code enhancements (#117) #175

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:8
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: badger.flatpak
manifest-path: com.github.elfenware.badger.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@v4
- name: Lint
run: io.elementary.vala-lint -d .