Skip to content

Commit

Permalink
Add the cargo checks to the check script
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinez committed Sep 6, 2024
1 parent 5b33e1e commit 7e1738f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/check
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7e1738f

Please sign in to comment.