We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870ab67 commit bf7fd09Copy full SHA for bf7fd09
1 file changed
.github/workflows/test.yml
@@ -33,11 +33,19 @@ jobs:
33
with:
34
go-version-file: desktop/go.mod
35
36
+ - uses: oven-sh/setup-bun@v2
37
+
38
- name: Install system dependencies
39
run: |
40
sudo apt-get update
41
sudo apt-get install -y libfido2-dev libgtk-3-dev libwebkit2gtk-4.1-dev
42
43
+ - name: Build frontend
44
+ working-directory: desktop/frontend
45
+ run: |
46
+ bun install
47
+ bun run build
48
49
- name: golangci-lint
50
uses: golangci/golangci-lint-action@v7
51
0 commit comments