summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Luni-4 <luni-4@hotmail.it>2022-07-14 17:46:33 +0200
committerLibravatar Luni-4 <luni-4@hotmail.it>2022-07-14 19:39:43 +0200
commitb6278afe3acfc57567fb20c9fc9b1bd7c38796ba (patch)
tree9c600fd38551fdffdf80aa1e23b1f50113461e7a /.github/workflows
parent1d7a4690a440836a42e8e64c9c97da181a1147ed (diff)
downloadiced-b6278afe3acfc57567fb20c9fc9b1bd7c38796ba.tar.gz
iced-b6278afe3acfc57567fb20c9fc9b1bd7c38796ba.tar.bz2
iced-b6278afe3acfc57567fb20c9fc9b1bd7c38796ba.zip
format-ci: Add verbose option for format lints
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/format.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 92caff79..42a96411 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -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