Skip to content

Commit 3b7853a

Browse files
CodeGhost21claude
andcommitted
Fix CI: remove Tauri shell clippy (requires sidecar binary to exist)
The Tauri build script validates sidecar resource paths even during clippy checks. Core crate clippy still runs; Tauri shell is validated during the actual build step. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4720062 commit 3b7853a

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ jobs:
5454
- name: Run clippy (core crate)
5555
run: cargo clippy -p openhuman
5656

57-
- name: Run clippy (Tauri shell)
58-
run: cargo clippy --manifest-path app/src-tauri/Cargo.toml
59-
6057
build:
6158
name: Build Tauri App (${{ matrix.settings.label }})
6259
needs: rust-quality

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ jobs:
9898
- name: Run clippy (core crate)
9999
run: cargo clippy -p openhuman
100100

101-
- name: Run clippy (Tauri shell)
102-
run: cargo clippy --manifest-path app/src-tauri/Cargo.toml
103-
104101
- name: Test core crate (openhuman)
105102
run: cargo test -p openhuman
106103

0 commit comments

Comments
 (0)