diff --git a/scripts/check b/scripts/check index c0b8274..9a01b0f 100755 --- a/scripts/check +++ b/scripts/check @@ -5,3 +5,7 @@ npx tsc --noEmit npx svelte-check --tsconfig tsconfig.json --fail-on-warnings --compiler-warnings missing-custom-element-compile-options:ignore npx eslint --cache --cache-location node_modules/.cache/eslint --max-warnings 0 . npx prettier "**/*.@(ts|js|svelte|json|css|html|yml)" --ignore-path .gitignore --check --cache + +cargo check --manifest-path ./src-tauri/Cargo.toml +cargo clippy --manifest-path ./src-tauri/Cargo.toml +cargo fmt --manifest-path ./src-tauri/Cargo.toml --check