mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
* wip: stable rust, but no match indices * feat: use restored indices api * chore: use crates.io pushed 0.8.0 * chore: generate completions & manpage * fix: remove nightly-specific coverage annotations --------- Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
6 lines
127 B
Plaintext
Executable file
6 lines
127 B
Plaintext
Executable file
set -xeuo pipefail
|
|
|
|
cargo fmt --check --all
|
|
cargo clippy --all-targets --features test-utils
|
|
cargo check --no-default-features
|