mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-22 15:30:31 +00:00
Add taplo-cli alias (#1128)
This commit is contained in:
1
main.sh
1
main.sh
@@ -746,6 +746,7 @@ for tool in "${tools[@]}"; do
|
|||||||
# Handle aliases
|
# Handle aliases
|
||||||
case "${tool}" in
|
case "${tool}" in
|
||||||
cargo-nextest | nextest) tool=cargo-nextest ;;
|
cargo-nextest | nextest) tool=cargo-nextest ;;
|
||||||
|
taplo-cli | taplo) tool=taplo ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Use cargo-binstall fallback if tool is not available.
|
# Use cargo-binstall fallback if tool is not available.
|
||||||
|
|||||||
Reference in New Issue
Block a user