Skip to content

Commit

Permalink
actions display show version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed May 20, 2024
1 parent 33418cf commit e1ece9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Show version information (Rust, cargo, GCC)
run: |
cargo --version
cargo clippy --version
- name: Cargo clippy
run: cargo clippy --all-targets --all-features --workspace -- -D warnings

0 comments on commit e1ece9f

Please sign in to comment.