Skip to content

Commit

Permalink
ci: Add version for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan committed May 8, 2024
1 parent c673057 commit 49850e7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: List cargo version
run: cargo --version
- name: Install taplo
run: cargo install taplo-cli --locked
- name: List taplo version
run: taplo --version
- name: List versions
run: |
cargo --version
cargo clippy --version
cargo fmt --version
taplo --version
- name: Run taplo
run: taplo format --check --diff
- name: Taplo failure info
Expand Down

0 comments on commit 49850e7

Please sign in to comment.