mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-19 05:45:01 -04:00
fix clippy ci
This commit is contained in:
4
.github/workflows/clippy.yml
vendored
4
.github/workflows/clippy.yml
vendored
@@ -48,10 +48,6 @@ jobs:
|
||||
working-directory: core
|
||||
if: steps.cache-prisma.outputs.cache-hit != 'true'
|
||||
run: cargo run -p prisma-cli --release -- generate
|
||||
|
||||
# This is do the proc-macro `tauri::generate_context!()` doesn't panic
|
||||
- name: Create fake `dist` folder
|
||||
run: mkdir ./apps/desktop/dist
|
||||
|
||||
- name: Run Clippy
|
||||
uses: actions-rs/clippy-check@v1
|
||||
|
||||
Reference in New Issue
Block a user