1 parent b9337b3 commit e098dc3Copy full SHA for e098dc3
1 file changed
.github/workflows/ci.yml
@@ -53,6 +53,10 @@ jobs:
53
working-directory: screenkey-app
54
run: npx tsc --noEmit
55
56
+ - name: Build frontend
57
+ working-directory: screenkey-app
58
+ run: npm run build
59
+
60
- name: Rust format check
61
working-directory: screenkey-app/src-tauri
62
run: cargo fmt --all -- --check
@@ -61,10 +65,6 @@ jobs:
65
66
run: cargo clippy --all-targets --all-features -- -D warnings
63
67
64
- - name: Build frontend
- working-directory: screenkey-app
- run: npm run build
-
68
- name: Rust check
69
70
run: cargo check --all-targets --all-features
0 commit comments