format-ci: Add verbose option for format lints
This commit is contained in:
parent
1d7a4690a4
commit
b6278afe3a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
|
|
@ -9,4 +9,4 @@ jobs:
|
|||
components: rustfmt
|
||||
- uses: actions/checkout@master
|
||||
- name: Check format
|
||||
run: cargo fmt --all -- --check
|
||||
run: cargo fmt --all -- --check --verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue