Skip to content

Commit

Permalink
ci: Add taplo version for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan committed May 8, 2024
1 parent efad80b commit c673057
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- name: List cargo version
run: cargo --version
- name: Install taplo
run: cargo install taplo-cli --lock
run: cargo install taplo-cli --locked
- name: List taplo version
run: taplo --version
- name: Run taplo
run: taplo format --check --diff
- name: Taplo failure info
Expand Down

0 comments on commit c673057

Please sign in to comment.