feat(tools): set up proper CI #2

Merged
naomi merged 10 commits from feat/tests into main 2026-01-15 20:06:48 -08:00
Showing only changes of commit 51671945e6 - Show all commits
+11
View File
@@ -16,6 +16,17 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Linux dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
libwebkit2gtk-4.1-dev \
libappindicator3-dev \
librsvg2-dev \
patchelf \
libgtk-3-dev \
libayatana-appindicator3-dev
- name: Setup pnpm
uses: pnpm/action-setup@v4
with: