refactor: fix hardcoded values, remove println, remove doubles
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
cargo fmt
|
||||
if ($LASTEXITCODE -ne 0) { exit 1 }
|
||||
|
||||
cargo clippy --all-targets -- -D warnings
|
||||
if ($LASTEXITCODE -ne 0) { exit 1 }
|
||||
|
||||
cargo test
|
||||
if ($LASTEXITCODE -ne 0) { exit 1 }
|
||||
|
||||
Write-Host "check OK"
|
||||
Reference in New Issue
Block a user