Skip to content

Commit

Permalink
ci(debug): Print tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Nov 5, 2024
1 parent fc49f41 commit fc43a92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ jobs:
rustup toolchain install nightly
&& rustup component add --toolchain nightly rustfmt
- name: Print versions
run: >
rustc --version
&& cargo --version
&& cargo +nightly fmt --version
&& cargo clippy --version
- name: Check formatting
run: >
cargo +nightly fmt
Expand Down

0 comments on commit fc43a92

Please sign in to comment.