mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
6 lines
97 B
Plaintext
Executable file
6 lines
97 B
Plaintext
Executable file
set -xeuo pipefail
|
|
|
|
cargo fmt --check --all
|
|
cargo clippy --all
|
|
cargo check --no-default-features
|