diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8ac6b8c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..e027cc8 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,24 @@ +name: Build + +on: + push: + pull_request: + branches: [ "main" ] + +jobs: + build: + name: Build + runs-on: ubuntu-latest + container: + image: ghcr.io/vanilla-os/pico:main + + steps: + - uses: actions/checkout@v4 + + - name: Install build dependencies + run: | + apt-get update + apt-get install -y build-essential gettext meson libadwaita-1-dev desktop-file-utils + + - name: Setup and Build + run: meson setup build diff --git a/COPYING b/LICENSE.txt similarity index 100% rename from COPYING rename to LICENSE.txt diff --git a/apx_gui/gtk/sidebar.ui b/apx_gui/gtk/sidebar.ui index bc965f7..bb35ec4 100644 --- a/apx_gui/gtk/sidebar.ui +++ b/apx_gui/gtk/sidebar.ui @@ -82,15 +82,15 @@