Skip to content

Commit

Permalink
Fix build workflow to show tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Sep 8, 2024
1 parent 6f8e882 commit b747ed3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Version
run: |
rustc --version
cargo --version
cargo fmt -- --version
cargo clippy -- --version
- name: Format
run: cargo fmt --all -- --check
- name: Build
Expand Down

0 comments on commit b747ed3

Please sign in to comment.