mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 22:50:11 -04:00
Fix clippy not running for some rust changes (#1088)
This commit is contained in:
committed by
GitHub
parent
1a31417882
commit
5cee2efa93
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@@ -55,8 +55,16 @@ jobs:
|
||||
with:
|
||||
filters: |
|
||||
changes:
|
||||
- 'apps/cli/*/**'
|
||||
- 'apps/desktop/crates/*/**'
|
||||
- 'apps/desktop/src-tauri/*/**'
|
||||
- 'apps/mobile/crates/*/**'
|
||||
- 'apps/server/*/**'
|
||||
- 'core/**'
|
||||
- 'crates/*/**'
|
||||
- 'extensions/*/**'
|
||||
- 'Cargo.toml'
|
||||
- 'Cargo.lock'
|
||||
|
||||
- name: Setup Rust and Prisma
|
||||
if: steps.filter.outputs.changes == 'true'
|
||||
@@ -81,8 +89,16 @@ jobs:
|
||||
with:
|
||||
filters: |
|
||||
changes:
|
||||
- 'apps/cli/*/**'
|
||||
- 'apps/desktop/crates/*/**'
|
||||
- 'apps/desktop/src-tauri/*/**'
|
||||
- 'apps/mobile/crates/*/**'
|
||||
- 'apps/server/*/**'
|
||||
- 'core/**'
|
||||
- 'crates/*/**'
|
||||
- 'extensions/*/**'
|
||||
- 'Cargo.toml'
|
||||
- 'Cargo.lock'
|
||||
|
||||
- name: Setup System and Rust
|
||||
if: steps.filter.outputs.changes == 'true'
|
||||
|
||||
Reference in New Issue
Block a user