Skip to content

Commit

Permalink
Print rustfmt versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Oct 30, 2022
1 parent 2f912ff commit c5b48fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Expand Up @@ -214,6 +214,13 @@ jobs:
toolchain: stable
override: true
components: rustfmt
- name: print rustfmt version2
uses: actions-rs/cargo@v1
with:
command: fmt
args: --version
- name: print rustfmt version
run: rustfmt --version
- name: Run rustfmt check
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit c5b48fc

Please sign in to comment.