mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07: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
|
toolchain: stable
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: |
|
run: cargo fmt --all --check
|
||||||
cargo fmt --all -- --check
|
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
name: Docs
|
name: Docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user