Skip to content

Commit

Permalink
fix taplo install
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Dec 1, 2023
1 parent 9ae7347 commit 731f533
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci/run-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ case $TARGET in
;;

lint-taplo)
cargo install taplo-cli --locked
# The recomended installation fails because an issue in taplo, issue:
# https://github.com/tamasfe/taplo/issues/507
# Should be fixed in the next taplo release.
# Recomended command:
# cargo install taplo-cli --locked
cargo install --git=https://github.com/tamasfe/taplo.git taplo-cli
taplo fmt --check
;;

Expand Down

0 comments on commit 731f533

Please sign in to comment.