9 lines
238 B
Bash
Executable File
9 lines
238 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
# If not using pnpm, switch to your package manager
|
|
npx lint-staged
|
|
|
|
cd src-tauri
|
|
cargo clippy -- -W clippy::nursery -W clippy::pedantic -A clippy::module-name-repetitions -W clippy::unwrap_used
|