Skip to content

Commit 4e352b0

Browse files
author
Mikhail Zabaluev
committed
Print rustfmt version
1 parent 97c1ad3 commit 4e352b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ jobs:
149149
path: ~/.cargo/registry/index
150150
key: cargo-index-v1-${{ needs.update-deps.outputs.crates-io-index-head }}
151151

152+
- name: Print rustfmt version
153+
run: rustfmt --version
154+
152155
- name: Run cargo fmt
153156
uses: actions-rs/cargo@v1
154157
continue-on-error: false

0 commit comments

Comments
 (0)