1
0
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:
LingMan 2022-09-29 05:01:08 +02:00 committed by Andrew Gallant
parent 49965703fa
commit b732c23e36
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

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