1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-16 22:42:20 +02:00

ci: use cargo check's --check option directly

This commit is contained in:
LingMan
2022-09-29 05:01:08 +02:00
committed by Andrew Gallant
parent 49965703fa
commit b732c23e36

View File

@ -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