mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-01-13 21:28:13 +02:00
ci: use cargo check
's --check
option directly
This commit is contained in:
parent
49965703fa
commit
b732c23e36
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -188,8 +188,7 @@ jobs:
|
||||
toolchain: stable
|
||||
components: rustfmt
|
||||
- name: Check formatting
|
||||
run: |
|
||||
cargo fmt --all -- --check
|
||||
run: cargo fmt --all --check
|
||||
|
||||
docs:
|
||||
name: Docs
|
||||
|
Loading…
x
Reference in New Issue
Block a user