Skip to content

Commit

Permalink
Merge 'main' into accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nokyan committed Apr 5, 2024
2 parents 74904c1 + 182e948 commit 9d95fb2
Show file tree
Hide file tree
Showing 40 changed files with 3,363 additions and 1,125 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Building test

on:
push:
pull_request:

env:
CARGO_TERM_COLOR: always

jobs:
flatpak:
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
manifest-path: build-aux/net.nokyan.Resources.Devel.json
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}
Loading

0 comments on commit 9d95fb2

Please sign in to comment.